diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-08-23 12:57:07 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-08-23 12:57:07 +0100 |
commit | 24468ba4a7a1f1b7852cff7195afb718ce984da5 (patch) | |
tree | a17148fcc4c01c0db2b0e775cc7843126c2d7216 /.config/waybar/style.css | |
parent | a272beaf4c7266db4e7256f026ac46082cc22540 (diff) |
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; } /* ================================ */ |