diff options
author | ZachIR <zachir@librem.one> | 2025-05-01 00:19:02 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-05-01 00:19:02 -0500 |
commit | bbc5fff9c4c447236222ae3ec83d6829dc086825 (patch) | |
tree | 977b2891144e5a22b2d595ccaf0a113dc2b37ef7 /waybar | |
parent | 08a54a1845efc69f241a1f410849f7882bb07aaa (diff) |
Make system tray background transparent
Diffstat (limited to 'waybar')
-rw-r--r-- | waybar/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |