mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
module/network: poll-interval: convert value from ‘seconds’ to ‘milliseconds’
This commit is contained in:
parent
8fbbce10a5
commit
500b051fe4
3 changed files with 38 additions and 16 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue