Update
This commit is contained in:
@ -38,10 +38,6 @@ set -g status-left-length 20
|
||||
set -g status-left ''
|
||||
set -g status-interval 2
|
||||
|
||||
set -g status-right "#{cpu_bg_color}#{cpu_fg_color} CPU:#{cpu_percentage} #{ram_fg_color}#{ram_bg_color} RAM:#{ram_percentage} #[fg=default]#[bg=default] %a %h-%d %H:%M"
|
||||
set -g status-right-length 55
|
||||
|
||||
|
||||
# Messages
|
||||
set -g message-style bold,fg=colour232,bg=colour81
|
||||
|
||||
@ -49,26 +45,8 @@ set -g message-style bold,fg=colour232,bg=colour81
|
||||
|
||||
|
||||
# Window Status
|
||||
set -g window-status-separator ''
|
||||
|
||||
setw -g window-status-current-style bold,bg=colour238,fg=colour46
|
||||
setw -g window-status-current-format " #W "
|
||||
|
||||
setw -g window-status-style none,bg=colour235,fg=colour138
|
||||
setw -g window-status-format " #W "
|
||||
|
||||
set -g status-style fg=colour137,bg=colour234,dim
|
||||
|
||||
setw -g window-status-current-style fg=colour81,bg=colour238,bold
|
||||
setw -g window-status-current-format ' #W '
|
||||
|
||||
setw -g window-status-style fg=colour138,bg=colour235
|
||||
setw -g window-status-format ' #W '
|
||||
|
||||
setw -g window-status-bell-style fg=colour255,bg=colour1,bold
|
||||
# Bells
|
||||
setw -g window-status-bell-style bold,fg=colour255,bg=colour1
|
||||
|
||||
set-option -g visual-activity off
|
||||
set-option -g visual-bell off
|
||||
set-option -g visual-silence off
|
||||
@ -82,7 +60,30 @@ setw -g mode-style bg=colour6,fg=colour0,bold,fg=colour46,bg=colour238
|
||||
|
||||
|
||||
# Panes
|
||||
set -g pane-border-style fg=black,bg=colour232,fg=colour237
|
||||
set -g pane-active-border-style fg=brightred,bg=colour232,fg=colour46
|
||||
set -g pane-border-style bg=colour236,fg=colour237
|
||||
set -g pane-active-border-style bg=colour236,fg=colour80
|
||||
|
||||
setw -g clock-mode-colour cyan
|
||||
|
||||
set -g mode-style bg=brightcyan,fg=black
|
||||
set -g message-style bg=brightblack,fg=cyan
|
||||
set -g message-command-style bg=brightblack,fg=cyan
|
||||
|
||||
set -g status-style fg=white,bg=black
|
||||
set -g status-left '#{?pane_synchronized, ¤ ,}#{?window_zoomed_flag, ↕ ,}'
|
||||
set -g status-right '#H'
|
||||
|
||||
set -g status-right "#{cpu_bg_color}#{cpu_fg_color} CPU:#{cpu_percentage} #{fg=black}$right_alt_sep#{ram_fg_color}#{ram_bg_color} RAM:#{ram_percentage} #{ram_bg_color} #[fg=black]$right_sep#[fg=default]#[bg=default] #H"
|
||||
set -g status-right-length 55
|
||||
|
||||
|
||||
set -g pane-border-style fg=brightblack,bg=black
|
||||
set -g pane-active-border-style fg=colour104,bg=black
|
||||
|
||||
set-window-option -g window-status-style bg=default,fg=default
|
||||
set-window-option -g window-status-current-style bg=default,fg=cyan
|
||||
set-window-option -g window-status-activity-style bg=default,fg=yellow
|
||||
set-window-option -g window-status-separator-style fg=brightblack
|
||||
set-window-option -g window-status-separator "$left_alt_sep"
|
||||
|
||||
# Custom styling, http://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/
|
||||
|
Reference in New Issue
Block a user