added forecast
This commit is contained in:
parent
de7e4d4a78
commit
8cb53c0b17
3
weather
3
weather
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user