Correct spacing in battery indicator
This commit is contained in:
parent
92a12b490e
commit
95859272b9
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
|||
"warning" = 30;
|
||||
"critical" = 5;
|
||||
};
|
||||
format = "{icon}{capacity}% ";
|
||||
format = "{icon}{capacity}%";
|
||||
format-charging = " {capacity}%";
|
||||
format-plugged = " {capacity}%";
|
||||
format-alt = "{icon}{time}";
|
||||
|
|
Loading…
Reference in a new issue