Suggest status-left-length 60 in the README.

Addresses #19.
This commit is contained in:
Matt McCormick 2015-02-19 20:46:17 -05:00
parent 4ca1ab01e4
commit 395ac49e83

@ -87,6 +87,7 @@ Edit ``$HOME/.tmux.conf`` to display the program's output in *status-left* or
set -g status-interval 2
set -g status-left "#S #[fg=green,bg=black]#(tmux-mem-cpu-load --colors --interval 2)#[default]"
set -g status-left-length 60
Note that the *interval* argument to `tmux-mem-cpu-load` should be the same number
of seconds that *status-interval* is set at.