diff options
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/waybar/style.css b/waybar/style.css index 6c22341..a32d7ed 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -45,7 +45,7 @@ window#waybar.hidden { /* #workspaces button:hover { - background: #6e3c85; + background: #39c1ed; color: black; border-bottom: 3px solid #ffffff; @@ -58,7 +58,7 @@ window#waybar.hidden { /* #workspaces button.active:hover { - background: #6e3c85; + background: #39c1ed; color: black; border-bottom: 3px solid #ffffff; } @@ -278,7 +278,8 @@ label:focus { } #tray { - background-color: transparent; + border-radius: 20px; + background-color: black; color: #ffffff; } |