43 lines
946 B
INI
43 lines
946 B
INI
;[module/battery]
|
|
;type = internal/battery
|
|
;
|
|
;full-at = 99
|
|
;
|
|
;battery = intel-rapl
|
|
;adapter = intel-rapl
|
|
;
|
|
;format-charging = <animation-charging> <label-charging>
|
|
;format-charging-prefix = " "
|
|
;format-charging-prefix-font = 3
|
|
;format-charging-prefix-foreground = ${color.red}
|
|
;format-charging-background = ${color.altbackground}
|
|
;
|
|
;
|
|
;label-charging = %percentage%%
|
|
;label-discharging = %percentage%%
|
|
;
|
|
;
|
|
;format-full = <label-full>
|
|
;format-full-prefix = " "
|
|
;format-full-prefix-font = 3
|
|
;format-full-prefix-foreground = ${color.red}
|
|
;format-full-background = ${color.altbackground}
|
|
;
|
|
;label-full = %percentage%%
|
|
|
|
|
|
|
|
[module/battery]
|
|
type = custom/text
|
|
|
|
format = %{T5} 99% %{T-}
|
|
format-foreground = ${color.accent}
|
|
format-background = ${color.altbackground2}
|
|
format-margin = 1
|
|
|
|
format-prefix = ""
|
|
format-prefix-foreground = ${color.green}
|
|
format-prefix-background = ${color.altbackground}
|
|
format-prefix-padding = 1
|
|
format-prefix-font = 3
|