added a volume widget

This commit is contained in:
mpuchstein
2025-03-08 07:32:28 +01:00
parent 5019df965c
commit df4ae637d5
6 changed files with 32 additions and 1 deletions

11
eww/widgets/volume.scss Normal file
View File

@@ -0,0 +1,11 @@
.sourcevol{
background: steelblue;
color: black;
}
.sinkvol{
background: slateblue;
color: black;
}
.muted{
background: tomato;
}