From e9cb9b4cf663b9b85906b4c98d6bd1c0513a699c Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Thu, 9 Feb 2023 22:54:38 -0500 Subject: [PATCH] fixed forecast opening --- weather | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/weather b/weather index 3913a24..cce540a 100755 --- a/weather +++ b/weather @@ -282,7 +282,8 @@ display_forecast() { # can display in a popup tmux display-popup "echo 'Grabbing forecast...'; $FORECAST" else - weather=$FORECAST + $FORECAST >/tmp/weather + weather="/tmp/weather" setsid -f st -e less -Srf "$weather" fi