diff options
author | ZachIR <zachir@librem.one> | 2025-07-25 23:49:27 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-25 23:49:27 -0500 |
commit | 0cbbcd5764bedfc0a583d204eb935587a94740b4 (patch) | |
tree | 87696dc280a6a6854f497903867a6d98589b2ec3 /waybar/style.css | |
parent | 161ec8f0979610f8b3a1ae84eeb5df81db7adea1 (diff) |
Add background behind tray in waybar
Diffstat (limited to 'waybar/style.css')
-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 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; } |