use tmux 1.2 format options
authorPierre Habouzit <madcoder@debian.org>
Tue, 29 Dec 2009 09:15:26 +0000 (10:15 +0100)
committerPierre Habouzit <madcoder@debian.org>
Tue, 29 Dec 2009 09:15:26 +0000 (10:15 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
tmux.conf

index 483d725..09398e5 100644 (file)
--- a/tmux.conf
+++ b/tmux.conf
@@ -102,10 +102,13 @@ set -g message-bg   red
 set -g message-attr bright
 
 # default window title colors
-setw -g window-status-fg   cyan
+setw -g window-status-fg   white
 setw -g window-status-bg   default
 setw -g window-status-attr dim
 
+setw -g window-status-format         '#I #W#F'
+setw -g window-status-current-format '#[fg=red,nobold][#[fg=white,bold]#I #W#F#[fg=red,nobold]]'
+
 # active window title colors
 setw -g window-status-current-fg   white
 setw -g window-status-current-bg   default