home: wm: i3bar: remove redundant '%'
This commit is contained in:
parent
bf6af94bec
commit
9a5bba7574
|
@ -40,8 +40,8 @@ in
|
|||
}
|
||||
{
|
||||
block = "battery";
|
||||
format = "{percentage}% ({time})";
|
||||
full_format = "{percentage}%";
|
||||
format = "{percentage} ({time})";
|
||||
full_format = "{percentage}";
|
||||
}
|
||||
{
|
||||
block = "temperature";
|
||||
|
|
Loading…
Reference in a new issue