From 3961819f7337c3c765cb5865475bf1c87fca26fa Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 7 Mar 2012 00:36:32 -0600 Subject: [PATCH] Stole Steve Losh's tmux status bar & colors because it's beautiful --- tmux.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/tmux.conf b/tmux.conf index ff05584..17a19c5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -20,3 +20,24 @@ set-option -g status-keys vi set-window-option -g utf8 on # utf8 support set -g default-terminal "screen-256color" +set -g status-fg white +set -g status-bg colour234 +set -g window-status-activity-attr bold +set -g pane-border-fg colour245 +set -g pane-active-border-fg colour39 +set -g message-fg colour16 +set -g message-bg colour221 +set -g message-attr bold + +# Stole Steve Losh's status line: https://github.com/sjl/dotfiles/blob/master/tmux/tmux.conf +# Powerline symbols: ⮂ ⮃ ⮀ ⮁ ⭤ +set -g status-left-length 32 +set -g status-right-length 150 +set -g status-interval 5 + +set -g status-left '#[fg=colour238,bg=colour234,nobold]⮀' + +set -g status-right '#[fg=colour245]⮃ %R ⮃ %d %b #[fg=colour254,bg=colour234,nobold]⮂#[fg=colour16,bg=colour254,bold] #h ' +set -g window-status-format "#[fg=white,bg=colour234] #I #W " +set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=colour16,bg=colour39,noreverse,bold] #I ⮁ #W #[fg=colour39,bg=colour234,nobold]⮀" +#