diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 1ee1dd9..45a4410 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -96,32 +96,20 @@ if-shell 'test "$(uname)" = "Darwin"' \ # Base2 colour7 Cyan colour6 # Base3 colour15 Green colour2 -set -g status-left-length 48 -set -g status-right-length 48 -set -g status-justify centre - -set -g status-left '\ -#{?client_prefix,#[fg=colour1],#[fg=colour10]}#[push-default] \ - #[fg=colour3]#{session_name}#[default] \ -囹#[fg=colour2]#{window_index}.#{pane_index}#[default] \ -笠#[fg=colour6]#{pane_id} #{?pane_marked,#[fg=colour9], }#[default]' - -set -g status-right '\ -#{?client_prefix,#[fg=colour1],#[fg=colour10]}#[push-default]\ - #[fg=colour6]#{pid}#[default] \ -歷#[fg=colour2]#{host_short}#[default] \ - #[fg=colour3]%b %d %H:%M ' +set -g status-left ' ' +set -g status-right '#{?client_prefix,#[fg=colour15],#[fg=colour10]} #{session_name} @ #{host_short}' setw -g window-status-current-format '\ #[fg=colour4]#{window_index} \ -#[default fg=colour4]#{window_name}\ -#[fg=colour10]#{window_flags}' +#[fg=colour4]#{window_name}\ +#[fg=colour10]#{window_flags} ' setw -g window-status-format '\ -#{?client_prefix,#[bold fg=colour1],#[fg=colour10]}#{window_index} \ +#{?client_prefix,#[fg=colour15],#[fg=colour10]}#{window_index} \ #[default]#{window_name}\ -#[fg=colour10]#{window_flags}' +#[fg=colour10]#{window_flags} ' +set -g status-justify left set -g status-style fg=colour14,bg=colour8 set -g pane-border-style fg=colour0 set -g pane-active-border-style fg=colour10