weather works and no longer exceeds ipinfo.io unauthenticated api limits

This commit is contained in:
Dane Williams 2020-03-14 21:33:04 -07:00
parent bd64a45601
commit 8417f00452
3 changed files with 4 additions and 2 deletions

View file

@ -38,7 +38,7 @@ main()
tmux set-option -g message-style "bg=${gray},fg=${white}"
# run weather script in background
./sleep_weather.sh &
./sleep_weather.sh > weather.txt &
# status bar
tmux set-option -g status-style "bg=${gray},fg=${white}"