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

12 lines
140 B
SCSS

.sourcevol{
background: steelblue;
color: black;
}
.sinkvol{
background: slateblue;
color: black;
}
.muted{
background: tomato;
}