nix/module/desktop/waybar/style/Tray.nix

13 lines
176 B
Nix

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