From 874b11884ff50730fb7b7ac8e2ef0bd945f31509 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 20:22:29 +0100 Subject: [PATCH] tmux/flags --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index fb1068c..502ed63 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -45,9 +45,9 @@ set-option -g status-format[1] '\ #{W: \ #{?window_active,#[fg=green],\ #{?window_activity_flag,#[fg=red],#[fg=default]}}\ -#{window_index}\ -#{?window_flags,#{window_flags}, } \ +#{window_index} \ #{window_name}\ +#{?window_flags,#{window_flags},}\ }\ #[align=right] \ #[fg=blue]#{pane_width}×#{pane_height}\