From c61de6a572bfece7cefaf1cd7c3448d6c157ad26 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Thu, 9 Feb 2023 23:03:37 -0500 Subject: [PATCH] just going to do st --- weather | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weather b/weather index 69aadf8..604f526 100755 --- a/weather +++ b/weather @@ -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 }