fix(waybar): describe volume text
This commit is contained in:
parent
e0b0c655d0
commit
cad736ba57
1 changed files with 4 additions and 0 deletions
|
|
@ -61,6 +61,10 @@
|
|||
"mpris" = {
|
||||
interval = 1;
|
||||
};
|
||||
"pulseaudio" = {
|
||||
format = "V{volume}%";
|
||||
format-muted = "(mute)";
|
||||
};
|
||||
"network" = {
|
||||
format = "disconected";
|
||||
format-wifi = "{bandwidthTotalBytes}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue