diff options
Diffstat (limited to 'modules/user/desktop/waybar.css')
| -rw-r--r-- | modules/user/desktop/waybar.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/modules/user/desktop/waybar.css b/modules/user/desktop/waybar.css index decf542..9aa4d1e 100644 --- a/modules/user/desktop/waybar.css +++ b/modules/user/desktop/waybar.css @@ -21,13 +21,13 @@ tooltip label { #workspaces button { background: none; + box-shadow: none; color: #6e6a86; padding: 0; } -#workspaces button:hover { - color: #e0def4; - text-shadow: inherit; +#workspaces button.empty { + color: #403d52; } #workspaces button.visible { @@ -42,6 +42,11 @@ tooltip label { color: #eb6f92; } +#workspaces button:hover { + color: #e0def4; + text-shadow: inherit; +} + .module { padding: 0 8px; padding-top: 2px; |
