diff options
-rw-r--r-- | .config/waybar/style.css | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 64618bc..316a09b 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -18,10 +18,21 @@ #workspaces button.focused { background: rgba(255, 255, 255, 0.2); } +#workspaces button:hover { + box-shadow: none; + border: inherit; + background: inherit; +} #workspaces button + button { border-left: 1px solid rgba(255, 255, 255, 0.25); } +#mode { + border-bottom: 1px solid #fff; + margin: 0 10px; + padding: 0 5px; +} + .modules-center { padding: 5px 0; } @@ -39,9 +50,3 @@ background: rgba(255, 255, 255, 0.25); } -#mode { - border-bottom: 1px solid #fff; - margin: 0 10px; - padding: 0 5px; -} - |