i3: Setup for laptop (based on PC config)

Changes from PC:
- status bar: larger font, battery
- Unicode workspace icons
- laptop-specific bindings: backlight, wi-fi on/off
- scale Chrome
- background
This commit is contained in:
2018-02-15 22:06:10 -05:00
parent 67f97269a2
commit 933e2709ef
5 changed files with 380 additions and 20 deletions

View File

@@ -1,25 +1,10 @@
[global_config]
focus = mouse
hide_from_taskbar = True
inactive_color_offset = 1.0
title_font = Noto Sans 10
title_transmit_bg_color = "#3d3d3d"
[keybindings]
close_term = <Primary>w
cycle_next = <Shift>Tab
edit_window_title = <Alt>r
go_down = <Primary>j
go_left = <Primary>h
go_right = <Primary>l
go_up = <Primary>k
new_tab = <Primary>t
new_window = <Primary><Shift>n
next_tab = <Primary>End
prev_tab = <Primary>Home
resize_down = <Primary><Shift>j
resize_left = <Primary><Shift>h
resize_right = <Primary><Shift>l
resize_up = <Primary><Shift>k
split_horiz = <Primary><Shift>i
split_vert = <Primary><Shift>o
[layouts]
[[default]]
[[[child1]]]
@@ -31,12 +16,19 @@
[plugins]
[profiles]
[[default]]
background_darkness = 0.88
background_image = None
background_type = transparent
copy_on_selection = True
cursor_color = "#b9b9b9"
custom_command = env TERM=xterm-256color bash
font = Monospace 11
font = Hack 18
foreground_color = "#0077ff"
palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff"
use_custom_command = True
use_system_font = False
[[light]]
background_color = "#fdf6e3"
background_image = None
foreground_color = "#657b83"
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"