fixed sleep command bug
This commit is contained in:
parent
68764b514b
commit
4362eaa8d7
3 changed files with 7 additions and 9 deletions
|
@ -51,6 +51,7 @@ 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 "
|
||||
|
||||
# run weather update script in background
|
||||
./sleep_weather.sh &
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue