From f6e6a69fc01ff2ecb468acdf4ea61b9ab7405dfb Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 3 Mar 2014 02:41:23 +0800 Subject: [PATCH] Update tmux status line. --- .tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index d023b78..14e8386 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -18,3 +18,7 @@ set-window-option -g window-status-bg default set-window-option -g window-status-current-bg default set-window-option -g window-status-current-fg brightred set-window-option -g window-status-fg brightblue +# +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'