weather should work
This commit is contained in:
parent
8417f00452
commit
fb1ec373da
2 changed files with 5 additions and 9 deletions
|
@ -37,8 +37,9 @@ main()
|
||||||
# message styling
|
# message styling
|
||||||
tmux set-option -g message-style "bg=${gray},fg=${white}"
|
tmux set-option -g message-style "bg=${gray},fg=${white}"
|
||||||
|
|
||||||
# run weather script in background
|
# run scripts in background
|
||||||
./sleep_weather.sh > weather.txt &
|
#./sleep_weather.sh > weather.txt &
|
||||||
|
#./internet.sh > internet.txt &
|
||||||
|
|
||||||
# status bar
|
# status bar
|
||||||
tmux set-option -g status-style "bg=${gray},fg=${white}"
|
tmux set-option -g status-style "bg=${gray},fg=${white}"
|
||||||
|
@ -47,7 +48,7 @@ main()
|
||||||
|
|
||||||
tmux set-option -g status-right "#[fg=${dark_gray},bg=${pink}] #(~/.tmux/plugins/tmux-dracula/battery.sh) "
|
tmux set-option -g status-right "#[fg=${dark_gray},bg=${pink}] #(~/.tmux/plugins/tmux-dracula/battery.sh) "
|
||||||
tmux set-option -ga status-right "#[fg=${dark_gray},bg=${cyan}] tructus "
|
tmux set-option -ga status-right "#[fg=${dark_gray},bg=${cyan}] tructus "
|
||||||
tmux set-option -ga status-right "#[fg=${dark_gray},bg=${orange}] #(cat weather.txt) "
|
tmux set-option -ga status-right "#[fg=${dark_gray},bg=${orange}] #(cat ~/.tmux/plugins/tmux-dracula/weather.txt) "
|
||||||
tmux set-option -ga status-right "#[fg=${white},bg=${dark_purple}] %a %m/%d %I:%M %p #(date +%Z) "
|
tmux set-option -ga status-right "#[fg=${white},bg=${dark_purple}] %a %m/%d %I:%M %p #(date +%Z) "
|
||||||
|
|
||||||
# window tabs
|
# window tabs
|
||||||
|
|
|
@ -1,6 +1 @@
|
||||||
{
|
Pleasanton, CA
|
||||||
"error": {
|
|
||||||
"title": "Rate limit exceeded",
|
|
||||||
"message": "You've hit the daily limit for the unauthenticated API. Create an API access token by signing up to get 50k req/month."
|
|
||||||
}
|
|
||||||
}, { "error": { "title": "Rate limit exceeded", "message": "You've hit the daily limit for the unauthenticated API. Create an API access token by signing up to get 50k req/month." } }
|
|
||||||
|
|
Loading…
Reference in a new issue