Switch waybar mic module to signal-driven
This won't auto-refresh, but will refresh if Waybar receives the signal. In this case it's `pkill -SIGRTMIN+1`
This commit is contained in:
parent
7bea5a2cc1
commit
aea72b2250
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
"custom/mic": {
|
||||
"exec": "$HOME/workspace/foxstatus/modules/mic.py",
|
||||
"max-length": 7,
|
||||
"interval": 15
|
||||
"signal": 1
|
||||
},
|
||||
"custom/aqi": {
|
||||
"exec": "$HOME/workspace/foxstatus/modules/airnow.py",
|
||||
|
|
Loading…
Add table
Reference in a new issue