added more advance weather capabilities
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user