diff options
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index a574200..182a733 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -32,7 +32,7 @@ window#waybar.hidden { #idle_inhibitor, #language, #custom-layout, -#custom-scratchpad-indicator, +#custom-keyboard-layout, #custom-brightness, #custom-memory, #custom-battery, @@ -54,7 +54,7 @@ window#waybar.hidden { #idle_inhibitor, #language, #custom-layout, -#custom-scratchpad-indicator, +#custom-keyboard-layout, #custom-brightness, #custom-memory, #custom-battery, @@ -108,10 +108,10 @@ window#waybar.hidden { } /*================================= */ -/* custom-scratchpad-indicator */ +/* custom-keyboard-layout */ /*==================================*/ -#custom-scratchpad-indicator { - color: #8ec07c; +#custom-keyboard-layout { + color: #98971a; } /* ================================ */ |