waybar: add a space after muted audio icon
This commit is contained in:
parent
f18fbabfd1
commit
19c20efc0c
|
@ -101,7 +101,7 @@
|
|||
pulseaudio = {
|
||||
scroll-step = 5;
|
||||
format = "{format_source}/{icon} {volume}%";
|
||||
format-muted = "{format_source}/";
|
||||
format-muted = "{format_source}/ ";
|
||||
format-source = "";
|
||||
format-source-muted = "";
|
||||
format-icons = {
|
||||
|
|
Loading…
Reference in a new issue