dotfiles/polybar/conf.d/mod_battery
2022-07-21 22:27:59 +02:00

15 lines
504 B
Text

[module/battery]
inherit = module/defaults
type = internal/battery
battery = BAT0
adapter = AC
full-at = 98
label-charging =%percentage%% (CHG) // %consumption%W
label-discharging =%percentage%% @ %consumption%W
label-full = FULL // %consumption%W
format-charging-prefix = "PWR "
format-charging-prefix-foreground =${colors.darkgrey}
format-discharging-prefix = "PWR "
format-discharging-prefix-foreground =${colors.darkgrey}
format-full-prefix = "PWR "
format-full-prefix-foreground =${colors.darkgrey}