hopefully fixed weather to now run every 10 minutes

This commit is contained in:
Dane Williams 2020-03-14 21:13:46 -07:00
parent 5c480613e7
commit bd64a45601
4 changed files with 26 additions and 2 deletions

View file

@ -37,6 +37,9 @@ main()
# message styling
tmux set-option -g message-style "bg=${gray},fg=${white}"
# run weather script in background
./sleep_weather.sh &
# status bar
tmux set-option -g status-style "bg=${gray},fg=${white}"
@ -44,7 +47,7 @@ main()
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=${orange}] #() "
tmux set-option -ga status-right "#[fg=${dark_gray},bg=${orange}] #(cat weather.txt) "
tmux set-option -ga status-right "#[fg=${white},bg=${dark_purple}] %a %m/%d %I:%M %p #(date +%Z) "
# window tabs