From aec17709947dcc61c3ee57ca4decaa17286702f3 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 21:52:29 +0100 Subject: [PATCH] tmux/centre --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 9c7f042..9f026de 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -54,7 +54,7 @@ set-option -g status-format[0] '\ #{?window_flags, #{window_flags},}\ \ }\ -#[align=center]\ +#[align=centre]\ #[fg=blue]#{session_name}\ #[align=right] \ #[fg=yellow]%Y-%m-%d\ @@ -65,7 +65,7 @@ set-option -g status-format[1] '\ #{pane_index}\ \ }\ -#[align=center]\ +#[align=centre]\ #[fg=blue]#{pane_width}×#{pane_height}\ #[align=right] \ #[fg=yellow]%H:%M:%S\