WEATHER NEEDS TO WORK
This commit is contained in:
parent
fb1ec373da
commit
b6374b011a
3 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
weather.txt
|
|
@ -38,7 +38,7 @@ main()
|
||||||
tmux set-option -g message-style "bg=${gray},fg=${white}"
|
tmux set-option -g message-style "bg=${gray},fg=${white}"
|
||||||
|
|
||||||
# run scripts in background
|
# run scripts in background
|
||||||
#./sleep_weather.sh > weather.txt &
|
./sleep_weather.sh > weather.txt &
|
||||||
#./internet.sh > internet.txt &
|
#./internet.sh > internet.txt &
|
||||||
|
|
||||||
# status bar
|
# status bar
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Pleasanton, CA
|
|
Loading…
Reference in a new issue