From 0cbbcd5764bedfc0a583d204eb935587a94740b4 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Fri, 25 Jul 2025 23:49:27 -0500 Subject: Add background behind tray in waybar --- waybar/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'waybar') 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; } -- cgit v1.2.3