added forecast

This commit is contained in:
spinach 2023-02-09 22:48:44 -05:00
parent b1314bb16a
commit de7e4d4a78

View File

@ -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