diff options
author | ZachIR <zachir@librem.one> | 2025-07-31 10:00:10 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-31 10:00:10 -0500 |
commit | 686500f52a30d820a6ccae42f7041b2efcc98938 (patch) | |
tree | de918c6730dd17d5436fa7dd57bc8f0702bfbb2a /waybar | |
parent | 290cd00d7982fa83e4c9ef0cd7a20d6788dc4399 (diff) | |
parent | 2073f5803d4fef1d8b723a6fd8e8490ad2c1e2d7 (diff) |
Merge branch 'master' into car
Diffstat (limited 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 { |