From d22d30263f9fbe168f954e989ad0050214d52396 Mon Sep 17 00:00:00 2001 From: Sonny Date: Thu, 4 Oct 2018 19:20:57 +0200 Subject: [PATCH] Allow larger session names --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 9d11b72..e7e9dde 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,6 +9,7 @@ unbind % # status bar design set -g status-position top +set -g status-left-length 60 set -g status-bg colour239 set -g status-attr dim set -g status-right ' #[fg=colour233,bg=colour102,bold] #(hostname) #[fg=colour233,bg=colour102,bold] %d/%m #[fg=colour233,bg=colour102,bold] %H:%M:%S ' @@ -25,7 +26,6 @@ setw -g window-status-current-format ' #I#[fg=colour0] #[fg=colour0]#W ' # background windows setw -g window-status-fg colour0 setw -g window-status-bg colour240 - setw -g window-status-format ' #I#[fg=colour0] #[fg=colour0]#W ' # scrollback history