diff --git a/weather b/weather index 4ca71c9..69aadf8 100755 --- a/weather +++ b/weather @@ -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