home: wm: i3bar: remove redundant '%'
This commit is contained in:
parent
808058d576
commit
8596ce8638
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue