diff options
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 33 |
1 files changed, 11 insertions, 22 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 923d175..70a1a4e 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -36,9 +36,10 @@ window#waybar.hidden { #workspaces button.active, #workspaces button.active:hover, #workspaces button.urgent, -#window, +/* #window, */ #idle_inhibitor, #language, +#custom-layout, #custom-scratchpad-indicator, #custom-brightness, #custom-memory, @@ -55,9 +56,10 @@ window#waybar.hidden { border: 2px solid #202020; } -#window, +/* #window, */ #idle_inhibitor, #language, +#custom-layout, #custom-scratchpad-indicator, #custom-brightness, #custom-memory, @@ -108,26 +110,6 @@ window#waybar.hidden { } /* ================================ */ -/* window */ -/* ================================ */ - -#window { - color: #d3869b; - margin-right: 4px; -} - -window#waybar.empty #window { - background-color: transparent; - color: transparent; - border-bottom: none; - box-shadow: none; - padding-right: 0px; - padding-left: 0px; - margin-left: 0px; - margin-right: 0px; -} - -/* ================================ */ /* idle_inhibitor */ /* ================================ */ @@ -162,6 +144,13 @@ window#waybar.empty #window { color: #d79921; } +/* ================================ */ +/* custom-layout */ +/* ================================ */ +#custom-layout { + color: #d79921; +} + /*================================= */ /* custom-scratchpad-indicator */ /*==================================*/ |