summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf8
1 files changed, 2 insertions, 6 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 7e320d9..975b28e 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -79,9 +79,5 @@ set -g status-style fg='#ffffff'
# toggles status bar
bind-key -r S set-option -g status
-
-# don't rename windows automatically
-set-option -g allow-rename off
-
-# maximum length of the left component of the status line to 20
-set -g status-left-length 20
+setw -g window-status-format '#[fg=green,bg=black,bold,nounderscore,italics]#[default] #I #W #[fg=green,bg=black,bold,nounderscore,italics]'
+setw -g window-status-current-format '#[bold,nounderscore,italics]#[fg=green,bg=black] #I: #W #F #[fg=green,bg=black,bold,nounderscore,italics]'