diff options
author | ZachIR <zachir@librem.one> | 2025-06-29 13:33:55 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-06-29 13:33:55 -0500 |
commit | 5b85042ecbb3791d22d90444e2982de5bd6b879f (patch) | |
tree | 2e7ce144e2cf3278d138b0c237e03b42af894082 | |
parent | 49257f5ea37763d81563c3ebd549a26b5072e881 (diff) |
Add black background for waybar systray
-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 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; } |