diff --git a/.config/polybar/config b/.config/polybar/config index 510f1f17..342539db 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -234,12 +234,13 @@ inherit = template/module/battery format-charging = format-discharging = format-full = +time-format = %H:%M label-charging = %percentage%% label-charging-padding = 0 label-charging-foreground = ${res/colors.primary} label-charging-background = ${res/colors.background} -label-discharging = %percentage%% %time% +label-discharging = %percentage%% (%time%) label-discharging-padding = 0 label-discharging-foreground = ${res/colors.foreground} label-discharging-background = ${res/colors.background}