changed refresh rate to 5 seconds from 1
This commit is contained in:
parent
642e458c60
commit
434ac8ee12
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ main()
|
||||||
#./sleep_weather.sh &
|
#./sleep_weather.sh &
|
||||||
|
|
||||||
# set refresh interval
|
# set refresh interval
|
||||||
tmux set-option -g status-interval 1
|
tmux set-option -g status-interval 5
|
||||||
|
|
||||||
# set clock
|
# set clock
|
||||||
tmux set-option -g clock-mode-style 12
|
tmux set-option -g clock-mode-style 12
|
||||||
|
|
Loading…
Reference in a new issue