polybar: reduce interval for battery and fs

This commit is contained in:
Vincent Bernat 2021-07-14 12:02:16 +02:00
parent 29128f1b68
commit ad01c5feae

View file

@ -75,7 +75,7 @@ mount-4 = /var/lib/systems
mount-5 = /boot
warn-percentage = 94
fixed-values = true
interval = 30
interval = 10
format-unmounted =
format-mounted =
format-warn = <label-warn>
@ -121,7 +121,7 @@ label =  %date% %time%
[module/battery]
type = internal/battery
poll-interval = 30
poll-interval = 10
format-charging = <label-charging>
label-charging =  %percentage: 2%%
format-discharging = <ramp-capacity> <label-discharging>