mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
polybar: reduce interval for battery and fs
This commit is contained in:
parent
29128f1b68
commit
ad01c5feae
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ mount-4 = /var/lib/systems
|
||||||
mount-5 = /boot
|
mount-5 = /boot
|
||||||
warn-percentage = 94
|
warn-percentage = 94
|
||||||
fixed-values = true
|
fixed-values = true
|
||||||
interval = 30
|
interval = 10
|
||||||
format-unmounted =
|
format-unmounted =
|
||||||
format-mounted =
|
format-mounted =
|
||||||
format-warn = <label-warn>
|
format-warn = <label-warn>
|
||||||
|
@ -121,7 +121,7 @@ label = %date% %time%
|
||||||
|
|
||||||
[module/battery]
|
[module/battery]
|
||||||
type = internal/battery
|
type = internal/battery
|
||||||
poll-interval = 30
|
poll-interval = 10
|
||||||
format-charging = <label-charging>
|
format-charging = <label-charging>
|
||||||
label-charging = %percentage: 2%%
|
label-charging = %percentage: 2%%
|
||||||
format-discharging = <ramp-capacity> <label-discharging>
|
format-discharging = <ramp-capacity> <label-discharging>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue