From 337824fd1a9c1e2fc831df15102c5063fa2a22bf Mon Sep 17 00:00:00 2001 From: xero Date: Sun, 22 Feb 2015 02:45:36 -0500 Subject: update tmux style --- tmux/.tmux.conf | 55 +++++++------------------------------------------------ 1 file changed, 7 insertions(+), 48 deletions(-) (limited to 'tmux') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 708e23f..6bb56f9 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -69,8 +69,8 @@ bind : command-prompt # panes set -g mouse-select-pane on -set -g pane-border-fg blue -set -g pane-active-border-fg brightblue +set -g pane-border-fg black +set -g pane-active-border-fg black #set -g pane-active-border-attr blink # resize panes with mouse (drag borders) set -g mouse-select-pane on @@ -97,24 +97,17 @@ setw -g mode-fg black setw -g aggressive-resize on # window status -#setw -g window-status-format " #F#I:#W#F " -#setw -g window-status-current-format " #F#I:#W#F " -setw -g window-status-format "#[bg=colour8]#[fg=colour7] #I #[fg=color14]#[bg=colour0] #W " -setw -g window-status-current-format "#[bg=colour6]#[fg=black] #I #[fg=black]#[bg=colour4] #W " -setw -g window-status-current-bg colour0 -setw -g window-status-current-fg colour11 -setw -g window-status-current-attr dim -setw -g window-status-bg green -setw -g window-status-fg black +set-option -g status-position bottom +setw -g window-status-format "#[bg=colour8]#[fg=black]█▓░ #W " setw -g window-status-attr dim -setw -g window-status-content-bg colour0 -setw -g window-status-content-fg colour11 +setw -g window-status-current-format "#[bg=blue]#[fg=black]█▓░ #W " setw -g window-status-content-attr blink +setw -g window-status-current-attr dim # Info on right set -g status-right-length 30 set -g status-right '' -# '#[fg=magenta]#(cut -d " " -f 1-3 /proc/loadavg) #[fg=colour8]// #[fg=cyan]Tmux [#S]' +#set -g status-right '#[bg=colour141]#[fg=colour0]█▓░ #(~/code/sys/status)' # Info on left (no session display) set -g status-left '' @@ -134,37 +127,3 @@ set -g clock-mode-colour blue bind x kill-pane bind X next-layout bind Z previous-layout -#unbind Left -#bind C-Left resize-pane -L 2 -#bind h select-pane -L -#unbind Down -#bind C-Down resize-pane -D 2 -#bind j select-pane -D -#unbind Up -#bind C-Up resize-pane -U 2 -#bind k select-pane -U -#unbind Right -#bind C-Right resize-pane -R 2 -#bind l select-pane -R -#unbind C-Left -#bind C-h resize-pane -L 1 -#unbind C-Down -#bind C-j resize-pane -D 1 -#unbind C-Up -#bind C-k resize-pane -U 1 -#unbind C-Right -#bind C-l resize-pane -R 1 -#unbind M-Left -#bind C-H resize-pane -L 30 -#unbind M-Down -#bind C-J resize-pane -D 30 -#unbind M-Up -#bind C-K resize-pane -U 30 -#unbind M-Right -#bind C-L resize-pane -R 30 - -# default sessions - need to use 'tmux attach' -#new-session weechat -#new-window rtorrent -#new-window mutt -#new-window zsh -- cgit v1.2.1