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