added a volume widget
This commit is contained in:
11
eww/widgets/volume.scss
Normal file
11
eww/widgets/volume.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
.sourcevol{
|
||||
background: steelblue;
|
||||
color: black;
|
||||
}
|
||||
.sinkvol{
|
||||
background: slateblue;
|
||||
color: black;
|
||||
}
|
||||
.muted{
|
||||
background: tomato;
|
||||
}
|
||||
Reference in New Issue
Block a user