From 937134139090384192dcac08ae320d885c2be46b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 3 Oct 2014 14:15:48 +0200 Subject: tmux.conf: display full /proc/loadavg It's actually good to know how quickly (or if) the PID counter rises. Signed-off-by: Florian Pritz --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index f4d1fbb..c10bde7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -39,7 +39,7 @@ set -g base-index 1 #set -g status-left-length 30 set -g status-left '#[fg=green]#H #[fg=black,bright]• #[default]#[fg=blue]#(uname -r)#[default] #[fg=black,bright]• #[default]' set -g status-justify centre -set -g status-right '#[fg=black,bright]• #[fg=magenta]#(cut -d " " -f1-4 /proc/loadavg)' +set -g status-right '#[fg=black,bright]• #[fg=magenta]#(cat /proc/loadavg)' set -g status-left-length 40 set -g status-right-length 40 -- cgit v1.2.3-24-g4f1b