diff options
-rw-r--r-- | waybar/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/waybar/style.css b/waybar/style.css index fefb890..59f741f 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -278,7 +278,8 @@ label:focus { } #tray { - background-color: transparent; + border-radius: 20px; + background-color: black; color: #ffffff; } |