Adjust spacing of waybar audio module
This commit is contained in:
parent
19c20efc0c
commit
ce18d7af84
|
@ -100,9 +100,9 @@
|
|||
};
|
||||
pulseaudio = {
|
||||
scroll-step = 5;
|
||||
format = "{format_source}/{icon} {volume}%";
|
||||
format-muted = "{format_source}/ ";
|
||||
format-source = "";
|
||||
format = "{format_source} {icon} {volume}%";
|
||||
format-muted = "{format_source} ";
|
||||
format-source = " {volume}%";
|
||||
format-source-muted = "";
|
||||
format-icons = {
|
||||
car = "";
|
||||
|
|
Loading…
Reference in a new issue