diff --git a/home/wm/i3bar/default.nix b/home/wm/i3bar/default.nix index afe0d91..a2c9f3a 100644 --- a/home/wm/i3bar/default.nix +++ b/home/wm/i3bar/default.nix @@ -71,7 +71,8 @@ in } { block = "battery"; - format = " $icon $percentage ($time) "; + format = " $icon $percentage{ ($time)|} "; + not_charging_format = " $icon $percentage "; full_format = " $icon $percentage "; } {