From 76d0acee6dd05aa3316254054e893b03879b2765 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Thu, 9 Feb 2023 23:01:13 -0500 Subject: [PATCH] trying out feh --- weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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