From ea166159a10160f1a23616f60b285ea13722e3e5 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 20 Jan 2025 00:23:18 +0100 Subject: [PATCH] tmux/fixes --- sh/tmux.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index b8c6bd9..5272202 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -95,11 +95,11 @@ set-option -g status-format[0] '\ # line 2 set-option -g status-format[1] '\ #{W:\ + \ +#[fg=yellow]#{window_index}\ + \ #{?window_active,#[fg=green],\ -#{?window_activity_flag,#[fg=red],#[fg=default]}}\ - \ -#{window_index}\ - \ +#{?window_activity_flag,#[fg=red],#[fg=blue]}}\ #{window_name}\ \ }\ @@ -111,10 +111,10 @@ set-option -g status-format[1] '\ # line 3 set-option -g status-format[2] '\ #{P:\ -#{?pane_active,#[fg=green],#[fg=default]}\ \ -#{pane_index}\ +#[fg=yellow]#{pane_index}\ \ +#{?pane_active,#[fg=green],#[fg=blue]}\ #{pane_current_command}\ \ }\ @@ -125,15 +125,15 @@ set-option -g status-format[2] '\ # line 4 set-option -g status-format[3] '\ #{P:\ -#{?pane_active,#[fg=green],#[fg=default]}\ \ -#{pane_index}\ +#[fg=yellow]#{pane_index}\ \ -#[fg=blue]#{pane_width}×#{pane_height}\ +#{?pane_active,#[fg=green],#[fg=blue]}\ +#{pane_width}×#{pane_height}\ \ }\ #[align=right]\ -#[fg=blue] #{window_width} × #{window_height}\ +#[fg=blue] #{window_width}×#{window_height}\ ' # line 5