Update tmux.conf
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
set -g default-terminal 'screen-256color'
|
|
||||||
|
|
||||||
set -g default-command "${SHELL}"
|
set -g default-command "${SHELL}"
|
||||||
|
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
@@ -46,19 +44,20 @@ set -g status-position bottom
|
|||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
|
|
||||||
|
|
||||||
set -g status-bg '#222222'
|
set-option -g status-bg '#272822'
|
||||||
set -g status-fg white
|
set-option -g status-fg white
|
||||||
set -g status-attr default
|
set-option -g status-attr default
|
||||||
|
|
||||||
|
|
||||||
set-window-option -g window-status-fg '#FFFFFF'
|
set-window-option -g window-status-fg '#FFFFFF'
|
||||||
set-window-option -g window-status-bg '#444444'
|
|
||||||
set-window-option -g window-status-attr none
|
|
||||||
set-window-option -g window-status-format ' #I: #W #F '
|
|
||||||
|
|
||||||
set-window-option -g window-status-current-fg '#000000'
|
set-window-option -g window-status-current-fg '#000000'
|
||||||
set-window-option -g window-status-current-bg red
|
|
||||||
|
set-window-option -g window-status-bg '#75715e'
|
||||||
|
set-window-option -g window-status-current-bg '#f92672'
|
||||||
|
|
||||||
|
set-window-option -g window-status-attr none
|
||||||
set-window-option -g window-status-current-attr bold
|
set-window-option -g window-status-current-attr bold
|
||||||
|
|
||||||
|
set-window-option -g window-status-format ' #I: #W #F '
|
||||||
set-window-option -g window-status-current-format ' #I: #W #F '
|
set-window-option -g window-status-current-format ' #I: #W #F '
|
||||||
|
|
||||||
set-window-option -g monitor-activity on
|
set-window-option -g monitor-activity on
|
||||||
@@ -69,18 +68,15 @@ set-window-option -g automatic-rename-format '#{pane_current_command}'
|
|||||||
|
|
||||||
set-window-option -g window-status-separator ' '
|
set-window-option -g window-status-separator ' '
|
||||||
|
|
||||||
#set -g status-right '' ##[fg=colour226]#(uptime | cut -d ',' -f 2-)'
|
set -g message-bg '#272822'
|
||||||
set -g status-right ''
|
|
||||||
|
|
||||||
set -g message-fg white
|
set -g message-fg white
|
||||||
set -g message-bg black
|
|
||||||
set -g message-attr default
|
set -g message-attr default
|
||||||
|
|
||||||
set -g pane-border-fg white
|
set -g pane-border-fg '#f8f8f2'
|
||||||
set -g pane-active-border-fg red
|
set -g pane-active-border-fg '#f92672'
|
||||||
|
|
||||||
#set -g status-style 'bg=black,fg=white,none'
|
set -g status-left " #[bg=#A6E22E,fg=#000000] #{session_name} #[bg=#272822] "
|
||||||
if-shell 'test -z "$SSH_CONNECTION"' 'set -g status-left " #[bg=#E5F200,fg=#000000] #{session_name} #[bg=default] #[bg=#90FF00,fg=#000000] #{host} #[bg=default] "' 'set -g status-left " #[bg=#00A0FF,fg=#000000] !remote! #[bg=default] #[bg=#E5F200,fg=#000000] #{session_name} #[bg=default] #[bg=#90FF00,fg=#000000] #{host} #[bg=default] " ; set -g status-right " #[bg=#00A0FF,fg=#000000] !remote! #[bg=default] "'
|
set -g status-right "#[bg=#A6E22E,fg=#000000] #{host} #[bg=#272822] "
|
||||||
set -g status-left-length 100
|
set -g status-left-length 100
|
||||||
|
|
||||||
# vertical = | in this case
|
# vertical = | in this case
|
||||||
|
|||||||
Reference in New Issue
Block a user