diff options
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +client.focused #303030 #202020 #fecf35 +client.unfocused #303030 #202020 #b8b8b8 +client.focused_inactive #303030 #202020 #b8b8b8 +client.urgent #303030 #202020 #ff9800 + font *-xos4-terminus-*-*-*-*-12-*-*-*-*-*-*-* floating_modifier mod1 @@ -52,6 +57,6 @@ bindcode mod1+control+33 exit bindcode mod1+control+45 restart exec conky -exec i3status | i3bar -d +exec i3bar -d --color-focus-ws-fg "fecf35" --color-focus-ws-bg "202020" --color-inactive-ws-fg "b8b8b8" --color-inactive-ws-bg "202020" --color-urgent-ws-fg "ff9800" ipc-socket ~/.i3/ipc.sock |