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

Binary file not shown.

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}"

View File

@ -1,9 +1,11 @@
#!/usr/bin/env bash
#/usr/bin/env bash
#author: Dane Williams
#script for gathering internet connectivity info
#script is called in dracula.tmux program
main()
{