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