module/network: poll-interval: convert value from ‘seconds’ to ‘milliseconds’

This commit is contained in:
Daniel Eklöf 2022-12-22 11:59:08 +01:00
parent 8fbbce10a5
commit 500b051fe4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 38 additions and 16 deletions

View file

@ -181,7 +181,7 @@ bar:
state == up && ipv4 != "": {string: {text: , font: *awesome}}
- network:
name: wlp2s0
poll-interval: 1
poll-interval: 1000
content:
map:
default: {string: {text: , font: *awesome, foreground: ffffff66}}