Update i3 colors
This commit is contained in:
parent
bac1892d61
commit
80334b94c3
1 changed files with 6 additions and 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
|
||||
|
|
Loading…
Add table
Reference in a new issue