Fix spacing of icons in waybar
This commit is contained in:
parent
17d7633b5e
commit
28afd43bb7
|
@ -116,16 +116,16 @@ modules-right:
|
||||||
"pulseaudio" = {
|
"pulseaudio" = {
|
||||||
scroll-step = 1;
|
scroll-step = 1;
|
||||||
smooth-scrolling-threshold = 2.0;
|
smooth-scrolling-threshold = 2.0;
|
||||||
format = "${spanfa}{icon}</span>{volume}%";
|
format = "${spanfa}{icon}</span> {volume}%";
|
||||||
format-bluetooth = " {icon} {volume}%";
|
format-bluetooth = " ${spanfa}{icon}</span> {volume}%";
|
||||||
format-bluetooth-muted = " 0%";
|
format-bluetooth-muted = "${spanfa} </span> 0%";
|
||||||
format-muted = " {volume}%";
|
format-muted = "${spanfa}</span> {volume}%";
|
||||||
|
|
||||||
format-icons.headphone = "";
|
format-icons.headphone = "";
|
||||||
format-icons.phone = "";
|
format-icons.phone = "";
|
||||||
format-icons.portable = "";
|
format-icons.portable = "";
|
||||||
format-icons.car = "";
|
format-icons.car = "";
|
||||||
format-icons.default = [ "" "" " " ];
|
format-icons.default = [ "" "" "" ];
|
||||||
|
|
||||||
on-click = "pamixer -t";
|
on-click = "pamixer -t";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue