diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-08-10 11:05:16 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-08-10 11:05:16 +0200 |
commit | 80334b94c3300b03be22e50307bf3d0ab1b92108 (patch) | |
tree | 06745ced82d6eba3126abba824fa351354f07e9b /i3 | |
parent | bac1892d610713fbe5bb8b5b53418ff069696b7b (diff) |
Update i3 colors
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 |