diff options
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/waybar/style.css b/waybar/style.css index cf2ad88..cf76ed2 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 { @@ -277,23 +276,6 @@ label:focus { background-color: #eb4d4b; } -#tray { - background-color: #198844; - color: #ffffff; -} - -#tray > .passive { - -gtk-icon-effect: dim; - background-color: #198844; - color: #ffffff; -} - -#tray > .needs-attention { - -gtk-icon-effect: highlight; - background-color: #198844; - color: #ffffff; -} - #idle_inhibitor { background-color: #1b1d1c; border-radius: 20px 0px 0px 20px; |