forked from external/yambar
module/battery: poll-interval: convert value from ‘seconds’ to ‘milliseconds’
This commit is contained in:
parent
ac8e45c331
commit
8fbbce10a5
3 changed files with 32 additions and 9 deletions
|
@ -221,7 +221,7 @@ bar:
|
|||
content: [ string: {text: , font: *awesome}, string: {text: "{percent}%"}]
|
||||
- battery:
|
||||
name: BAT0
|
||||
poll-interval: 30
|
||||
poll-interval: 30000
|
||||
anchors:
|
||||
discharging: &discharging
|
||||
list:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue