From 194d0820a068c8601f6210d3bc6e989e6bfe5f25 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Fri, 14 Nov 2014 19:11:20 +0800 Subject: [PATCH] Add CPU loading. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 28e6d8c..9fd9ded 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -10,4 +10,4 @@ set-option -g window-status-current-bg colour28 set -g default-terminal "screen-256color" set -g status-interval 1 set -g status-right-length 50 -set -g status-right '#(hostname) #[bg=colour21,fg=colour27]#[fg=white] %Y-%m-%d %H:%M:%S' +set -g status-right '#(hostname) #[bg=colour21,fg=colour27]#[fg=green] #(uptime | sed "s/.*: //")#[fg=white] %Y-%m-%d %H:%M:%S'