gingel
This commit is contained in:
parent
051a322836
commit
8401e37a4d
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue