From 8cb53c0b1738ebf83392fbc0526cb19af95b98d5 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Thu, 9 Feb 2023 22:52:05 -0500 Subject: [PATCH] added forecast --- weather | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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