From 61e3a949ff117318a0657eb79c74c71383d0b224 Mon Sep 17 00:00:00 2001 From: yorick Barbanneau Date: Thu, 11 Oct 2018 23:46:35 +0200 Subject: [PATCH] Rework theme and remove unwanted plugins --- tmux.conf | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/tmux.conf b/tmux.conf index dfc53c4..d45a178 100644 --- a/tmux.conf +++ b/tmux.conf @@ -9,6 +9,7 @@ bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= set -g base-index 1 set -gw pane-base-index 1 + unbind C-b set -g prefix C-q bind C-q send-prefix @@ -22,11 +23,25 @@ set-window-option -g mode-keys vi bind-key -T copy-mode-vi 'v' send -X begin-selection bind-key -T copy-mode-vi 'y' send -X copy-selection -# List of my plugins -set -g @plugin 'jimeh/tmux-themepack' +# Look +set -g status-bg colour234 +set -g status-fg colour21 + +setw -g window-status-current-fg colour234 +setw -g window-status-current-bg colour8 +setw -g window-status-current-attr bold +setw -g window-status-current-format '#[fg=colour1,bg=colour8] #I #[fg=colour7]#W #[fg=colour13]#F #[bg=colour234,fg=colour8]' + +setw -g window-status-fg colour21 +setw -g window-status-bg colour234 +setw -g window-status-attr none +setw -g window-status-format ' #I #W #[fg=colour8]#F ' + +set -g status-left "#[fg=colour19,bg=colour3] #[fg=colour3,bg=colour234] " +set -g status-right "#[fg=colour19,bg=colour234]#[fg=colour21,bg=colour19] %H:%M #[fg=colour3,bg=colour19]#[fg=colour0,bg=colour3,bold] #H " + +# List of my plugins -#themepack pluging parameters -set -g @themepack 'default/blue' if "test ! -d ~/.tmux/plugins/tpm" \ "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm'"