diff options
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/waybar/style.css b/waybar/style.css index 59f741f..9398381 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -56,6 +56,10 @@ window#waybar.hidden { background: #198844; } +#workspaces button.focused { + background: #198844; +} + /* #workspaces button.active:hover { background: #6e3c85; |