diff options
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/waybar/style.css b/waybar/style.css index d0c069a..fa4eefe 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -9,7 +9,7 @@ } window#waybar { - background: #2e3440; + background: transparent; } @@ -50,18 +50,18 @@ window#waybar.hidden { } #temperature { - background: #2e3440; + background: transparent; color: #81A1C1; } #pulseaudio { color: #D08770; - background: #2E3440; + background: transparent; } #battery { color: #A3BE8C; - background: #2E3440; + background: transparent; } .modules-right { |
