diff options
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 76 |
1 files changed, 11 insertions, 65 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 70a1a4e..182a733 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -9,8 +9,8 @@ border-radius: 0; border: none; text-shadow: none; + text-decoration: none; transition: none; - box-shadow: none; } /* the whole window */ @@ -24,23 +24,15 @@ window#waybar.hidden { } #tags, -/* #tags button, */ +#tags button, /* #tags button.occupied, */ /* #tags button.focused, */ /* #tags button.urgent, */ -/* #tags button:not(.occupied):not(.focused), */ -#workspaces button, -#workspaces button:hover, -#workspaces button.visible, -#workspaces button.visible:hover, -#workspaces button.active, -#workspaces button.active:hover, -#workspaces button.urgent, /* #window, */ #idle_inhibitor, #language, #custom-layout, -#custom-scratchpad-indicator, +#custom-keyboard-layout, #custom-brightness, #custom-memory, #custom-battery, @@ -54,13 +46,15 @@ window#waybar.hidden { color: #202020; background: #202020; border: 2px solid #202020; + margin: 0px 4px 4px 0px; + box-shadow: 3px 4px 2px -2px rgba(0, 0, 0, 0.5); } /* #window, */ #idle_inhibitor, #language, #custom-layout, -#custom-scratchpad-indicator, +#custom-keyboard-layout, #custom-brightness, #custom-memory, #custom-battery, @@ -72,44 +66,6 @@ window#waybar.hidden { } /* ================================ */ -/* workspaces module */ -/* ================================ */ -#workspaces { - margin: 0px; -} - -#workspaces button { - color: #fff4d2; - padding: 0 4px; - margin: 0px 3px; - min-width: 15px; -} - -#workspaces button:hover { - background: #d3869b; -} - -#workspaces button.visible { - background: #8ec07c; -} - -#workspaces button.visible:hover { - background: #8ec07c; -} - -#workspaces button.active { - background: #8ec07c; -} - -#workspaces button.active:hover { - background: #8ec07c; -} - -#workspaces button.urgent { - background: #cc241d; -} - -/* ================================ */ /* idle_inhibitor */ /* ================================ */ @@ -152,10 +108,10 @@ window#waybar.hidden { } /*================================= */ -/* custom-scratchpad-indicator */ +/* custom-keyboard-layout */ /*==================================*/ -#custom-scratchpad-indicator { - color: #8ec07c; +#custom-keyboard-layout { + color: #98971a; } /* ================================ */ @@ -196,14 +152,14 @@ window#waybar.hidden { /* ================================ */ #tags { - margin: 0px; + padding: 0; } #tags button { color: #928374; background: #3c3836; padding: 0 4px; - margin: 0px 2px; + margin: 0px -0.5px; min-width: 15px; } @@ -212,16 +168,6 @@ window#waybar.hidden { background: #fe8019; } -#tags button:not(.occupied):not(.focused) { - /* font-size: 0; */ - /* min-width: 0; */ - /* min-height: 0; */ - /* margin: 0; */ - /* padding: 0; */ - /* color: transparent; */ - /* background-color: transparent; */ -} - #tags button.occupied { color: #fff4d2; background: #98971a; |