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