[i3status] Remove superfluous % from battery block
This commit is contained in:
parent
2f4d341156
commit
f431978db5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ device = "intel_backlight"
|
|||
[[block]]
|
||||
block = "battery"
|
||||
driver = "upower"
|
||||
format = "{percentage}% {time}"
|
||||
format = "{percentage} {time}"
|
||||
|
||||
[[block]]
|
||||
block = "time"
|
||||
|
|
Loading…
Reference in a new issue