mirror of
https://github.com/polybar/polybar.git
synced 2025-04-14 17:33:17 -04:00
feat(battery): add animation-discharging
This commit is contained in:
parent
553fde9499
commit
ee5dfbbf59
1 changed files with 7 additions and 1 deletions
|
@ -328,7 +328,7 @@ full-at = 98
|
|||
format-charging = <animation-charging> <label-charging>
|
||||
format-charging-underline = #ffb52a
|
||||
|
||||
format-discharging = <ramp-capacity> <label-discharging>
|
||||
format-discharging = <animation-discharging> <label-discharging>
|
||||
format-discharging-underline = ${self.format-charging-underline}
|
||||
|
||||
format-full-prefix = " "
|
||||
|
@ -346,6 +346,12 @@ animation-charging-2 =
|
|||
animation-charging-foreground = ${colors.foreground-alt}
|
||||
animation-charging-framerate = 750
|
||||
|
||||
animation-discharging-0 =
|
||||
animation-discharging-1 =
|
||||
animation-discharging-2 =
|
||||
animation-discharging-foreground = ${colors.foreground-alt}
|
||||
animation-discharging-framerate = 750
|
||||
|
||||
[module/temperature]
|
||||
type = internal/temperature
|
||||
thermal-zone = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue