trying out feh

This commit is contained in:
spinach 2023-02-09 23:01:13 -05:00
parent 6da389ca98
commit 76d0acee6d

View File

@ -276,7 +276,7 @@ display_forecast() {
exit 1
fi
curl -fsSL "https://wttr.in/${LAT},${LON}_.png" -o /tmp/weather.png
curl -fsSL "https://wttr.in/${LAT},${LON}.png" -o /tmp/weather.png
setsid -f feh -F /tmp/weather.png