sway: waybar: query for weather every minute

On start, we don't usually have network available. Hopefully this
doesn't cause too much trouble on the API side
This commit is contained in:
Peter Cai 2021-11-18 17:56:19 -05:00
parent 44165fafdb
commit 338d88e54a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
"custom/weather": {
"format": "{}",
"tooltip": true,
"interval": 3600,
"interval": 60,
"exec": "~/.config/waybar/waybar-wttr.py",
"return-type": "json"
}