diff options
author | zachir <zachir@librem.one> | 2025-07-30 07:12:19 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-30 07:12:19 -0500 |
commit | 08655b7b49d8c970b1f0020ccc807209c298c127 (patch) | |
tree | 98f1819c3f61bb3e726198740a7e77f50065ca91 | |
parent | 758bf486be2560343561b1d03bffe998f6f932b4 (diff) |
Add transparent black background to waybar
-rw-r--r-- | waybar/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/waybar/style.css b/waybar/style.css index ff6dc9a..6ecb923 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -14,6 +14,7 @@ window#waybar { color: #ffffff; transition-property: background-color; transition-duration: .5s; + background: rgba(0, 0, 0, 0.2); } window#waybar.hidden { |