Some changes in tmux status bar

This commit is contained in:
Christian Busch 2016-04-17 01:15:16 +02:00
parent 891146d27b
commit 5e0b67b330

View File

@ -18,6 +18,11 @@ bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# start windows and panes at 1, not 0,
set -g base-index 1
set -g pane-base-index 1
# Enable mouse mode (tmux 2.1 and above)
set -g mouse on
@ -95,8 +100,8 @@ set -g status-position bottom
set -g status-bg colour234
set -g status-fg colour137
set -g status-attr dim
set -g status-left ''
set -g status-right '#[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S '
set -g status-left '#[fg=colour233,bg=colour241,bold] #h '
set -g status-right ' #[fg=colour233,bg=colour245,bold] %H:%M %Y-%m-%d '
set -g status-right-length 50
set -g status-left-length 20