home: wm: i3bar: remove redundant '%'

This commit is contained in:
Bruno BELANYI 2021-08-31 18:29:02 +02:00
parent 808058d576
commit 8596ce8638

View file

@ -40,8 +40,8 @@ in
} }
{ {
block = "battery"; block = "battery";
format = "{percentage}% ({time})"; format = "{percentage} ({time})";
full_format = "{percentage}%"; full_format = "{percentage}";
} }
{ {
block = "temperature"; block = "temperature";