From a2fde87316d3895de6dbf7cf07aed440803be68d Mon Sep 17 00:00:00 2001 From: DreadedX Date: Tue, 9 Sep 2014 10:17:28 +0200 Subject: [PATCH 1/2] Improved tmux config --- tmux.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tmux.conf b/tmux.conf index 26d5d8c..76b5936 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,8 +1,16 @@ #tmux config file +#change statusbar +set -g status-bg black +set -g status-fg white +set-window-option -g window-status-current-bg white +set-window-option -g window-status-current-fg black +set-option -g display-panes-colour black +set-option -g display-panes-active-colour white +#start powerline run-shell "powerline-daemon -q" source-file "$HOME/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf" -send-keys C-c +# send-keys C-c set -g default-terminal "screen-256color" @@ -44,13 +52,5 @@ bind -n C-M-h swap-window -t -1 #enable aggressive-resize setw -g aggressive-resize on -#change statusbar -# set -g status-bg black -# set -g status-fg white -# set-window-option -g window-status-current-bg white -# set-window-option -g window-status-current-fg black -# set-option -g display-panes-colour black -# set-option -g display-panes-active-colour white - #autorename setw -g automatic-rename on From e0d09a130254738b96fa9d9c84e7ba69e1cf9289 Mon Sep 17 00:00:00 2001 From: DreadedX Date: Fri, 12 Sep 2014 15:50:06 +0200 Subject: [PATCH 2/2] Changed tmux bar to match rest of theme --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 76b5936..3bd4238 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,6 @@ #tmux config file #change statusbar -set -g status-bg black +set -g status-bg colour0 set -g status-fg white set-window-option -g window-status-current-bg white set-window-option -g window-status-current-fg black @@ -10,7 +10,7 @@ set-option -g display-panes-active-colour white #start powerline run-shell "powerline-daemon -q" source-file "$HOME/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf" -# send-keys C-c +send-keys C-c set -g default-terminal "screen-256color"