diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-06-18 19:52:52 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-06-18 19:52:52 +0100 |
commit | 1f9f2fdf8c9f96ca260e44184807ece53ca26d45 (patch) | |
tree | 4d5d6e68f3521a40617261552c4d6eeb0dcdd9f2 /.config/waybar/style.css | |
parent | 2cb73260f70b083cdcf0c7f2c297044e5a405139 (diff) |
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 */ /*==================================*/ |