From 5b85042ecbb3791d22d90444e2982de5bd6b879f Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sun, 29 Jun 2025 13:33:55 -0500 Subject: Add black background for waybar systray --- waybar/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/waybar/style.css b/waybar/style.css index 6a9d8cc..fc4780f 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; } -- cgit v1.2.3