fix(waybar): describe volume text

This commit is contained in:
Khaïs COLIN 2024-08-09 10:15:32 +02:00
parent e0b0c655d0
commit cad736ba57

View file

@ -61,6 +61,10 @@
"mpris" = {
interval = 1;
};
"pulseaudio" = {
format = "V{volume}%";
format-muted = "(mute)";
};
"network" = {
format = "disconected";
format-wifi = "{bandwidthTotalBytes}";