From 1798f2d8515196196faa394e0c970fd122b4b643 Mon Sep 17 00:00:00 2001 From: xero Date: Sun, 29 Mar 2015 21:29:33 -0400 Subject: add custom tmux status bar --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux/.tmux.conf') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 6bb56f9..9daf23b 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -105,9 +105,9 @@ setw -g window-status-content-attr blink setw -g window-status-current-attr dim # Info on right -set -g status-right-length 30 +set -g status-right-length 100 set -g status-right '' -#set -g status-right '#[bg=colour141]#[fg=colour0]█▓░ #(~/code/sys/status)' +set -g status-right '#[bg=colour141]#[fg=colour0]█▓░ #(~/code/sys/status)' # Info on left (no session display) set -g status-left '' -- cgit v1.2.1