From bbc5fff9c4c447236222ae3ec83d6829dc086825 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Thu, 1 May 2025 00:19:02 -0500 Subject: Make system tray background transparent --- waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/style.css b/waybar/style.css index bf98a1d..6a9d8cc 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -278,7 +278,7 @@ label:focus { } #tray { - background-color: #EC0101; + background-color: transparent; color: #ffffff; } -- cgit v1.2.3