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:
Trysdyn Black 2024-10-25 03:59:47 -07:00
parent 7bea5a2cc1
commit aea72b2250

View file

@ -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",