summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-25 23:49:27 -0500
committerZachIR <zachir@librem.one>2025-07-25 23:49:27 -0500
commit0cbbcd5764bedfc0a583d204eb935587a94740b4 (patch)
tree87696dc280a6a6854f497903867a6d98589b2ec3 /waybar
parent161ec8f0979610f8b3a1ae84eeb5df81db7adea1 (diff)
Add background behind tray in waybar
Diffstat (limited to 'waybar')
-rw-r--r--waybar/style.css3
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;
}