weather works and no longer exceeds ipinfo.io unauthenticated api limits
This commit is contained in:
parent
bd64a45601
commit
8417f00452
3 changed files with 4 additions and 2 deletions
BIN
.internet.sh.swp
BIN
.internet.sh.swp
Binary file not shown.
|
@ -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}"
|
||||
|
|
|
@ -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()
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue