From c2445359212f3cf6695ed9af0fe07bd7eadc5511 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 19 Jan 2025 18:37:09 +0100 Subject: [PATCH] tmux/spaces --- sh/tmux.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index b2cc4cd..8d77f3b 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -100,9 +100,11 @@ set-option -g status-format[1] '\ #{W:\ #{?window_active,#[fg=green],\ #{?window_activity_flag,#[fg=red],#[fg=default]}}\ -#{window_index}-#{window_panes} \ + \ +#{window_index}-#{window_panes}\ + \ #{window_name}\ - \ + \ }\ #[align=right]\ #[fg=green]#{session_name}\ @@ -115,10 +117,11 @@ set-option -g status-format[2] '\ #[fg=default]│\ #{P:\ #{?pane_active,#[fg=green],#[fg=default]}\ + \ #{pane_index}\ \ #{pane_current_command}\ - \ + \ }\ #[align=right]\ #[fg=yellow]%Y-%m-%d\ @@ -130,10 +133,11 @@ set-option -g status-format[3] '\ #[fg=default]│\ #{P:\ #{?pane_active,#[fg=green],#[fg=default]}\ + \ #{pane_index}\ \ #[fg=blue]#{pane_width}×#{pane_height}\ - \ + \ }\ #[align=right]\ #[fg=blue]#{window_width}×#{window_height}\