Colour i3's frames
This commit is contained in:
parent
417daecfe7
commit
82ba588faf
1 changed files with 9 additions and 0 deletions
|
@ -252,5 +252,14 @@ exec_always --no-startup-id notify-send -t 1500 -a 'i3' "i3 started"
|
||||||
for_window [class="Tor Browser"] floating enable
|
for_window [class="Tor Browser"] floating enable
|
||||||
for_window [class="org-openstreetmap-josm-gui-MainApplication" instance="sun-awt-X11-XDialogPeer"] floating disable
|
for_window [class="org-openstreetmap-josm-gui-MainApplication" instance="sun-awt-X11-XDialogPeer"] floating disable
|
||||||
|
|
||||||
|
# class border backgr. text indicator child_border
|
||||||
|
client.focused #293123 #293123 #ffffff #2ef49e #285577
|
||||||
|
client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
|
||||||
|
client.unfocused #000000 #000000 #888888 #292d2e #000000
|
||||||
|
client.urgent #2f343a #900000 #ffffff #900000 #900000
|
||||||
|
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
||||||
|
|
||||||
|
client.background #ffffff
|
||||||
|
|
||||||
|
|
||||||
# vim: set ft=i3 noet foldmethod=marker :
|
# vim: set ft=i3 noet foldmethod=marker :
|
||||||
|
|
Loading…
Reference in a new issue