diff options
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/waybar/style.css b/waybar/style.css index fefb890..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; @@ -278,7 +282,8 @@ label:focus { } #tray { - background-color: transparent; + border-radius: 20px; + background-color: black; color: #ffffff; } |