just going to do st

This commit is contained in:
spinach 2023-02-09 23:03:37 -05:00
parent 76d0acee6d
commit c61de6a572

View File

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