fixed forecast opening

This commit is contained in:
spinach 2023-02-09 22:54:38 -05:00
parent 8cb53c0b17
commit e9cb9b4cf6

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
weather=$FORECAST $FORECAST >/tmp/weather
weather="/tmp/weather"
setsid -f st -e less -Srf "$weather" setsid -f st -e less -Srf "$weather"
fi fi