This commit is contained in:
Dane Williams 2020-03-15 11:24:52 -07:00
parent 051a322836
commit 8401e37a4d
1 changed files with 2 additions and 5 deletions

View File

@ -37,11 +37,6 @@ main()
# message styling
tmux set-option -g message-style "bg=${gray},fg=${white}"
# run scripts in background
echo "Loading Weather..." > ~/.tmux/plugins/tmux-dracula/weather.txt &
./weather.sh > ~/.tmux/plugins/tmux-dracula/weather.txt &
./sleep_weather.sh &
# status bar
tmux set-option -g status-style "bg=${gray},fg=${white}"
@ -56,6 +51,8 @@ main()
tmux set-window-option -g window-status-current-format "#[fg=${white},bg=${dark_purple}] #I #W "
tmux set-window-option -g window-status-format "#[fg=${white}]#[bg=${gray}] #I #W "
./sleep_weather.sh &
}
# run main function