From c3a168894ace70fce4096d90551ad16b491eed64 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 20 Jan 2025 00:04:36 +0100 Subject: [PATCH] =?UTF-8?q?tmux/=E2=86=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/tmux.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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