diff --git a/sh/tmux.sh b/sh/tmux.sh index b7dae98..e6177f4 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -126,14 +126,6 @@ set-option -g status-format[2] '\ # line 4 set-option -g status-format[3] '\ -#[align=centre]\ -#[fg=green] #{user} \ -#[fg=blue]@\ -#[fg=yellow] #{host} \ -' - -# line 5 -set-option -g status-format[4] '\ #{P:\ #{?pane_active,#[fg=green],#[fg=default]}\ \ @@ -147,6 +139,14 @@ set-option -g status-format[4] '\ #[fg=blue] #{window_width}×#{window_height}\ ' +# line 5 +set-option -g status-format[4] '\ +#[align=centre]\ +#[fg=green] #{user} \ +#[fg=blue]@\ +#[fg=yellow] #{host} \ +' + # refresh period set-option -g status-interval 1