Files
dotfiles/.config/eww/widgets/swaync.scss
2025-03-08 08:12:34 +01:00

14 lines
168 B
SCSS

.swaync{
background: aqua;
color: black;
&--dnd{
background: rosybrown;
color: black;
}
&--inhib{
background: indianred;
color: black;
}
}