diff options
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 923d175..3291419 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -39,6 +39,7 @@ window#waybar.hidden { #window, #idle_inhibitor, #language, +#custom-layout, #custom-scratchpad-indicator, #custom-brightness, #custom-memory, @@ -58,6 +59,7 @@ window#waybar.hidden { #window, #idle_inhibitor, #language, +#custom-layout, #custom-scratchpad-indicator, #custom-brightness, #custom-memory, @@ -162,6 +164,13 @@ window#waybar.empty #window { color: #d79921; } +/* ================================ */ +/* custom-layout */ +/* ================================ */ +#custom-layout { + color: #d79921; +} + /*================================= */ /* custom-scratchpad-indicator */ /*==================================*/ |