added more advance weather capabilities

This commit is contained in:
2026-09-13 00:25:32 -06:00
parent dabda20dae
commit dd7868e732
4 changed files with 42 additions and 19 deletions
+4 -2
View File
@@ -30,9 +30,11 @@
},
"custom/weather": {
"format": "{}",
"exec": "~/.local/bin/weather.sh",
"exec": "~/.local/bin/weather.sh --json",
"return-type": "json",
"interval": 600,
"tooltip": false
"tooltip": true,
"on-click": "~/.local/bin/weather-forecast.sh"
},
"tray": {
"icon-size": 16,