fix(waybar): better battery format

This commit is contained in:
Barrett Ruth 2026-02-22 20:42:26 -05:00
parent 7f2d1e00c7
commit 63863a88ba
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 4 additions and 2 deletions

View file

@ -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 = {