mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
polybar: make low battery symbol blink
This commit is contained in:
parent
308d419468
commit
3d3f3bba71
1 changed files with 11 additions and 6 deletions
|
@ -1,8 +1,10 @@
|
|||
[colors]
|
||||
# Format: [aa]rrggbb
|
||||
background = #c0000000
|
||||
foreground = #eaeaea
|
||||
highlight = #4c7899
|
||||
warning = #ff3121
|
||||
transparent = #00000000
|
||||
|
||||
[settings]
|
||||
screenchange-reload = false
|
||||
|
@ -121,10 +123,11 @@ label-discharging = %percentage: 2%%
|
|||
format-full = <label-full>
|
||||
label-full =
|
||||
format-low = <animation-low> <label-low>
|
||||
format-low-foreground = ${colors.warning}
|
||||
label-low = %percentage%% (%time%)
|
||||
label-low = %percentage: 2%%
|
||||
label-low-foreground = ${colors.warning}
|
||||
animation-low-foreground = ${colors.warning}
|
||||
full-at = 99
|
||||
low-at = 5
|
||||
low-at = 7
|
||||
ramp-capacity-0 =
|
||||
ramp-capacity-1 =
|
||||
ramp-capacity-2 =
|
||||
|
@ -135,10 +138,12 @@ ramp-capacity-6 =
|
|||
ramp-capacity-7 =
|
||||
ramp-capacity-8 =
|
||||
ramp-capacity-9 =
|
||||
animation-low-font = 2
|
||||
animation-low-0 =
|
||||
animation-low-1 =
|
||||
animation-low-framerate = 1000
|
||||
animation-low-1 =
|
||||
animation-low-2 =
|
||||
animation-low-3 =
|
||||
animation-low-3-foreground = ${colors.transparent}
|
||||
animation-low-framerate = 500
|
||||
|
||||
[module/pulseaudio]
|
||||
type = internal/pulseaudio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue