bash weather script

This commit is contained in:
John Mertz 2024-10-15 18:47:27 -06:00
parent 1d93b91375
commit 114572fac4
1 changed files with 3 additions and 2 deletions

View File

@ -67,8 +67,9 @@
//},
"custom/weather": {
"interval": 600,
"on-click": "${HOME}/scripts/waybar/waybar-weather.pl notify",
"exec": "${HOME}/scripts/waybar/waybar-weather.pl bar"
"return-type": "json",
"on-click": "xdg-open https://john.me.tz/weather/forecast",
"exec": "${HOME}/scripts/waybar/waybar-weather.sh"
},
"cpu": {
"format": " {usage}%",