added forecast

This commit is contained in:
spinach 2023-02-09 22:52:05 -05:00
parent de7e4d4a78
commit 8cb53c0b17

View File

@ -282,7 +282,8 @@ display_forecast() {
# can display in a popup # can display in a popup
tmux display-popup "echo 'Grabbing forecast...'; $FORECAST" tmux display-popup "echo 'Grabbing forecast...'; $FORECAST"
else else
setsid -f st -e $FORECAST weather=$FORECAST
setsid -f st -e less -Srf "$weather"
fi fi
exit 0 exit 0