Files
dotfiles/.config/eww/widgets/volume.scss
2025-03-08 17:44:11 +01:00

13 lines
156 B
SCSS

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