updates tmux config
This commit is contained in:
parent
c447de940c
commit
6cdcfe2fae
1 changed files with 8 additions and 22 deletions
|
@ -26,21 +26,10 @@ set -g window-active-style 'fg=colour252,bg=colour236'
|
||||||
|
|
||||||
set-window-option -g xterm-keys on
|
set-window-option -g xterm-keys on
|
||||||
|
|
||||||
# pane border
|
# status bar
|
||||||
set -g pane-border-bg colour235
|
set -g status-style fg=colour208,bg=colour237
|
||||||
set -g pane-border-fg colour238
|
# set-option -g status-attr default
|
||||||
set -g pane-active-border-bg colour236
|
|
||||||
set -g pane-active-border-fg colour208
|
|
||||||
|
|
||||||
# status bar colors
|
|
||||||
set-option -g status-bg colour237
|
|
||||||
set-option -g status-fg colour208
|
|
||||||
set-option -g status-attr default
|
|
||||||
|
|
||||||
# Status position
|
|
||||||
set-option -g status-position bottom
|
set-option -g status-position bottom
|
||||||
|
|
||||||
# Status update interval
|
|
||||||
set-option -g status-interval 5
|
set-option -g status-interval 5
|
||||||
|
|
||||||
# Basic status bar colors
|
# Basic status bar colors
|
||||||
|
@ -61,11 +50,9 @@ set-option -g status-justify left
|
||||||
set-option -g status-right-length 40
|
set-option -g status-right-length 40
|
||||||
set-option -g status-right " #[fg=brightwhite,bg=black] %a, %d %b %H:%M #[fg=brightwhite,bg=brightblack] #(whoami)@#h "
|
set-option -g status-right " #[fg=brightwhite,bg=black] %a, %d %b %H:%M #[fg=brightwhite,bg=brightblack] #(whoami)@#h "
|
||||||
|
|
||||||
# Pane border
|
# pane border
|
||||||
set-option -g pane-border-bg default
|
set -g pane-border-style fg=colour238,bg=colour235
|
||||||
set-option -g pane-border-fg brightblack
|
set -g pane-active-border-style fg=colour208,bg=colour236
|
||||||
set-option -g pane-active-border-bg default
|
|
||||||
set-option -g pane-active-border-fg white
|
|
||||||
|
|
||||||
# Pane number indicator
|
# Pane number indicator
|
||||||
set-option -g display-panes-colour brightblack
|
set-option -g display-panes-colour brightblack
|
||||||
|
@ -76,8 +63,7 @@ set-option -g clock-mode-colour white
|
||||||
set-option -g clock-mode-style 24
|
set-option -g clock-mode-style 24
|
||||||
|
|
||||||
# Message
|
# Message
|
||||||
set-option -g message-bg default
|
set -g message-style fg=default,bg=default
|
||||||
set-option -g message-fg default
|
|
||||||
|
|
||||||
# Activity
|
# Activity
|
||||||
set-option -g monitor-activity on
|
set-option -g monitor-activity on
|
||||||
|
|
Loading…
Add table
Reference in a new issue