From 52f1a54740db85be0993e3f4a757ebe5e30be776 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 15 Feb 2015 20:51:58 +0800 Subject: [PATCH] Set status-right-length to 60. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 17ff6ff..09673af 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,5 +9,5 @@ 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-length 60 set -g status-right '#(hostname) #[bg=colour21,fg=colour27] #[fg=white]#(uptime | sed "s/.*: //") #[bg=colour18,fg=colour21] #[fg=white]%Y-%m-%d %H:%M:%S'