trying out feh

This commit is contained in:
spinach 2023-02-09 22:59:52 -05:00
parent a9a5eb802c
commit 6da389ca98

View File

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