diff options
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index d9b6dc0..1ca572d 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -103,10 +103,17 @@ window#waybar.hidden { border-bottom-right-radius: 8px; } +/* empty persistent workspaces */ +#workspaces button.empty { + background-color: @base; + box-shadow: none; +} + #workspaces button:hover { - transition-duration: .2s; + /* transition-duration: .3s; */ color: @base; - box-shadow: inherit; + background-color: #7da6ff; + box-shadow: inset 0 -1px #ffffff; /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ text-shadow: inherit; } @@ -116,11 +123,7 @@ window#waybar.hidden { background-color: #4c566a; } -/* empty persistent workspaces */ -#workspaces button.empty { - background-color: @base; - box-shadow: none; -} + /* active or visible workspaces */ #workspaces button.active, |
