diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-28 23:36:41 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-28 23:36:41 -0500 |
commit | 52e826fedff04cb1c6b321c59066dc76dfa19dc1 (patch) | |
tree | aee470cc634e833dc61846386bcc570932702362 | |
parent | 9b8161d6fa4cf191c40689cf251d90cfb649e4b8 (diff) | |
download | i3-config-52e826fedff04cb1c6b321c59066dc76dfa19dc1.tar.lz i3-config-52e826fedff04cb1c6b321c59066dc76dfa19dc1.tar.xz i3-config-52e826fedff04cb1c6b321c59066dc76dfa19dc1.zip |
update colors
-rw-r--r-- | config | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -322,11 +322,11 @@ bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioStop exec playerctl stop # class border background text indicator child_border -client.focused #616161 #616161 #FFFFFF #FFFFFF #9E9E9E -client.focused_inactive #212121 #212121 #9E9E9E #616161 #616161 -client.unfocused #212121 #212121 #9E9E9E #616161 #616161 +client.focused #424242 #424242 #FFFFFF #FFFFFF #212121 +client.focused_inactive #212121 #212121 #424242 #9E9E9E #212121 +client.unfocused #212121 #212121 #424242 #9E9E9E #212121 client.urgent #DC322F #DC322F #FFFFFF #DC322F #DC322F -client.placeholder #000000 #212121 #FFFFFF #000000 #212121 +client.placeholder #000000 #212121 #FFFFFF #9E9E9E #212121 client.background #FFFFFF # Start i3bar to display a workspace bar (plus the system information i3status |