Increase interval on some polybar widgets
This commit is contained in:
parent
3b5f31100c
commit
8df89032cf
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ expand-right = false
|
||||||
[module/battery]
|
[module/battery]
|
||||||
type = internal/battery
|
type = internal/battery
|
||||||
full-at = 100
|
full-at = 100
|
||||||
poll-interval = 1
|
poll-interval = 2
|
||||||
time-format = %H:%M
|
time-format = %H:%M
|
||||||
ramp-capacity-0 =
|
ramp-capacity-0 =
|
||||||
ramp-capacity-1 =
|
ramp-capacity-1 =
|
||||||
|
@ -157,7 +157,7 @@ interface = eno1
|
||||||
|
|
||||||
[module/temperature]
|
[module/temperature]
|
||||||
type = internal/temperature
|
type = internal/temperature
|
||||||
interval = 1
|
interval = 3
|
||||||
base-temperature = 20
|
base-temperature = 20
|
||||||
warn-temperature = 75
|
warn-temperature = 75
|
||||||
label-warn-foreground = ${colors.alert}
|
label-warn-foreground = ${colors.alert}
|
||||||
|
|
Loading…
Reference in a new issue