From 17ac70640437db0a1be58a1629cecf5cafcebdd9 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 20:03:16 +0200 Subject: [PATCH 1/5] > --- sh/tmux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index ea54a59..6ae0bc7 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -52,11 +52,11 @@ set-option -g set-titles on # set title to working directory set-option -g set-titles-string '\ #(basename \"\${TMUX}\" | cut --delimiter \",\" --fields \"1\")\ - - \ + > \ #{session_name}\ - - \ + > \ #{window_index}∕#{session_windows} #{window_name}\ - - \ + > \ #{pane_index}∕#{window_panes} #{pane_current_command}\ ' From f975780de7449cac3a694f98d7846ff873ccd4a7 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 20:10:26 +0200 Subject: [PATCH 2/5] rights --- sh/tmux.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 6ae0bc7..4f900de 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -167,9 +167,9 @@ set-option -g status-format[3] '\ #[bg=default] \ }\ #[align=right]\ -#[bg=##181818] #[bg=##282828]\ #{?uid,#[fg=green],#[fg=red]}\ -#{user}\ +#[bg=##181818] \ +#[bg=##282828]#{user}\ #[bg=##181818] \ ' @@ -183,8 +183,9 @@ set-option -g status-format[4] '\ #[bg=default] \ }\ #[align=right]\ -#[bg=##181818] #[bg=##282828]\ -#[fg=green]#{window_width}×#{window_height}\ +#[fg=green]\ +#[bg=##181818] \ +#[bg=##282828]#{window_width}×#{window_height}\ #[bg=##181818] \ ' From b151930a82ad49b27b96dd04398cf68e71fccdfa Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 20:14:40 +0200 Subject: [PATCH 3/5] lefts --- sh/tmux.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 4f900de..f506256 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -160,9 +160,9 @@ set-option -g status-format[2] '\ # line 4 set-option -g status-format[3] '\ #{P:\ -#[bg=##181818] #[bg=##282828]\ #{?pane_active,#[fg=green],#[fg=yellow]}\ -#{pane_current_command}\ +#[bg=##181818] \ +#[bg=##282828]#{pane_current_command}\ #[bg=##181818] \ #[bg=default] \ }\ @@ -176,9 +176,9 @@ set-option -g status-format[3] '\ # line 5 set-option -g status-format[4] '\ #{P:\ -#[bg=##181818] #[bg=##282828]\ #{?pane_active,#[fg=green],#[fg=yellow]}\ -#{pane_width}×#{pane_height}\ +#[bg=##181818] \ +#[bg=##282828]#{pane_width}×#{pane_height}\ #[bg=##181818] \ #[bg=default] \ }\ From 5d27e449cab9cbe4a7c09281c28fe99c881ae1f1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 20:18:16 +0200 Subject: [PATCH 4/5] =?UTF-8?q?=E2=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/tmux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index f506256..8400e00 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -52,11 +52,11 @@ set-option -g set-titles on # set title to working directory set-option -g set-titles-string '\ #(basename \"\${TMUX}\" | cut --delimiter \",\" --fields \"1\")\ - > \ + → \ #{session_name}\ - > \ + → \ #{window_index}∕#{session_windows} #{window_name}\ - > \ + → \ #{pane_index}∕#{window_panes} #{pane_current_command}\ ' From 14b7de0fc5152511cfde20ab5e002119c6693e6e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 20:21:22 +0200 Subject: [PATCH 5/5] fixg --- sh/tmux.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sh/tmux.sh b/sh/tmux.sh index 8400e00..2314e88 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -164,6 +164,7 @@ set-option -g status-format[3] '\ #[bg=##181818] \ #[bg=##282828]#{pane_current_command}\ #[bg=##181818] \ +#[fg=default]\ #[bg=default] \ }\ #[align=right]\ @@ -180,6 +181,7 @@ set-option -g status-format[4] '\ #[bg=##181818] \ #[bg=##282828]#{pane_width}×#{pane_height}\ #[bg=##181818] \ +#[fg=default]\ #[bg=default] \ }\ #[align=right]\