diff options
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/waybar/style.css b/waybar/style.css index 6c22341..e791f99 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -91,7 +91,6 @@ window#waybar.hidden { #custom-wallpaper, #tags, #taskbar, -#tray, #mode, #idle_inhibitor, #mpd { @@ -152,12 +151,12 @@ label:focus { } #cpu { - background-color: #1b1d1c; + background-color: #198844; color: #ffffff; } #memory { - background-color: #198844; + background-color: #1b1d1c; color: #ffffff; } @@ -182,7 +181,7 @@ label:focus { } #wireplumber { - background-color: #198844; + background-color: #1b1d1c; color: #ffffff; } |