bash weather script
This commit is contained in:
parent
1d93b91375
commit
114572fac4
|
@ -67,8 +67,9 @@
|
||||||
//},
|
//},
|
||||||
"custom/weather": {
|
"custom/weather": {
|
||||||
"interval": 600,
|
"interval": 600,
|
||||||
"on-click": "${HOME}/scripts/waybar/waybar-weather.pl notify",
|
"return-type": "json",
|
||||||
"exec": "${HOME}/scripts/waybar/waybar-weather.pl bar"
|
"on-click": "xdg-open https://john.me.tz/weather/forecast",
|
||||||
|
"exec": "${HOME}/scripts/waybar/waybar-weather.sh"
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": " {usage}%",
|
"format": " {usage}%",
|
||||||
|
|
Loading…
Reference in New Issue