diff --git a/weather b/weather index 62c09c2..3913a24 100755 --- a/weather +++ b/weather @@ -282,7 +282,8 @@ display_forecast() { # can display in a popup tmux display-popup "echo 'Grabbing forecast...'; $FORECAST" else - setsid -f st -e $FORECAST + weather=$FORECAST + setsid -f st -e less -Srf "$weather" fi exit 0