377:7190350f2ab3 | 378:e13ba40f4533 |
---|---|
1 # Start i3bar to display a workspace bar (plus the system information i3status | |
2 # finds out, if available) | |
3 bar { | |
4 status_command "exec i3status -c $HOME/.i3/status" | |
5 colors { | |
6 background #000000 | |
7 statusline #c7c7c7 | |
8 separator #777777 | |
9 | |
10 focused_workspace #457ee0 #345fa8 #deebfe | |
11 active_workspace #444444 #333333 #c7c7c7 | |
12 inactive_workspace #444444 #333333 #777777 | |
13 urgent_workspace #c02a2a #902020 #ffffff | |
14 } | |
15 } | |
16 |