From de7e4d4a78840d9e0d6943586166441719fc9889 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Thu, 9 Feb 2023 22:48:44 -0500 Subject: [PATCH] added forecast --- weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather b/weather index 763584c..62c09c2 100755 --- a/weather +++ b/weather @@ -282,7 +282,7 @@ display_forecast() { # can display in a popup tmux display-popup "echo 'Grabbing forecast...'; $FORECAST" else - setsid -f $FORECAST + setsid -f st -e $FORECAST fi exit 0