dotfiles/waybar/styles/modules/tray.css
2024-03-18 21:51:48 -05:00

13 lines
177 B
CSS

#tray {
background-color: #2980b9;
}
#tray > .passive {
-gtk-icon-effect: dim;
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
}