diff --git a/polybar/config.ini b/polybar/config.ini index 2ea6420..d4e6141 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -119,18 +119,20 @@ label-foreground = ${colors.altprime} [module/battery] type = internal/battery full-at = 99 -low-at = 5 +low-at = 15 ; Use the following command to list batteries and adapters: ; $ ls -1 /sys/class/power_supply/ battery = BAT0 adapter = AC time-format = %H:%M -label-charging = Charging %percentage%% -label-discharging = Discharging %percentage%% -format-charging = +label-charging = %percentage%% +label-discharging = %percentage%% +format-charging = format-discharging = -label-full = Fully charged +;label-full = Fully charged +label-full =  + label-low = BATTERY LOW ; Only applies if is used