aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorxero <x@xero.nu>2015-02-22 02:45:36 -0500
committerxero <x@xero.nu>2015-02-22 02:45:36 -0500
commit337824fd1a9c1e2fc831df15102c5063fa2a22bf (patch)
tree4378b22315756a0374aefcd69e319cefd79c50cd /tmux
parenta0e205eea2b80c8a5ca676914f8e0d97b2f85169 (diff)
downloaddotfiles_ascii-337824fd1a9c1e2fc831df15102c5063fa2a22bf.tar.xz
dotfiles_ascii-337824fd1a9c1e2fc831df15102c5063fa2a22bf.zip
update tmux style
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.tmux.conf55
1 files changed, 7 insertions, 48 deletions
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