diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-28 23:46:29 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-28 23:46:29 -0500 |
commit | 7188d41275a3c8e792a99911516f580f06ed3a9b (patch) | |
tree | 21bfda4c18a9ccdb74d1983650b16596c883adde | |
parent | 52e826fedff04cb1c6b321c59066dc76dfa19dc1 (diff) | |
download | i3-config-7188d41275a3c8e792a99911516f580f06ed3a9b.tar.lz i3-config-7188d41275a3c8e792a99911516f580f06ed3a9b.tar.xz i3-config-7188d41275a3c8e792a99911516f580f06ed3a9b.zip |
update child_border color to client focused
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -322,7 +322,7 @@ bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioStop exec playerctl stop # class border background text indicator child_border -client.focused #424242 #424242 #FFFFFF #FFFFFF #212121 +client.focused #424242 #424242 #FFFFFF #FFFFFF #9E9E9E client.focused_inactive #212121 #212121 #424242 #9E9E9E #212121 client.unfocused #212121 #212121 #424242 #9E9E9E #212121 client.urgent #DC322F #DC322F #FFFFFF #DC322F #DC322F |