fix(waybar): better battery format
This commit is contained in:
parent
7f2d1e00c7
commit
63863a88ba
2 changed files with 4 additions and 2 deletions
|
|
@ -223,7 +223,10 @@ in
|
|||
};
|
||||
interval = 30;
|
||||
tooltip = true;
|
||||
tooltip-format = "Capacity: {capacity}%\n{timeTo}";
|
||||
tooltip-format-discharging = "Discharging: {capacity}%\n{timeTo}";
|
||||
tooltip-format-charging = "Charging: {capacity}%\n{timeTo}";
|
||||
tooltip-format-full = "Full: {capacity}%";
|
||||
tooltip-format = "{capacity}%\n{timeTo}";
|
||||
};
|
||||
|
||||
clock = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue