waybar fix backlight accidentally duplicated space after icon
This commit is contained in:
parent
f7306efa47
commit
9893e01673
|
@ -167,7 +167,7 @@
|
||||||
};
|
};
|
||||||
clock = {format = "{: %R}";};
|
clock = {format = "{: %R}";};
|
||||||
backlight = {
|
backlight = {
|
||||||
format = "{icon} ";
|
format = "{icon}";
|
||||||
tooltip-format = "{percent}%";
|
tooltip-format = "{percent}%";
|
||||||
format-icons = [" " " " " " " " " " " " " " " " " "];
|
format-icons = [" " " " " " " " " " " " " " " " " "];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue