From beccb1afc75bf6a621d178ae7e1e8f845399707c Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 22:22:10 +0200 Subject: [PATCH 1/8] =?UTF-8?q?5/=E2=86=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/tmux.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 17af278..a4d45aa 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -184,10 +184,16 @@ set-option -g status-format[4] '\ #[fg=default]\ #[bg=default] \ }\ +#[fg=yellow]→\ +#[fg=default] \ +#[fg=green]\ +#[bg=##181818] \ +#[bg=##282828]#{window_width}×#{window_height}\ +#[bg=##181818] \ #[align=right]\ #[fg=yellow]\ #[bg=##181818] \ -#[bg=##282828]#{window_width}×#{window_height}\ +#[bg=##282828]\ #[bg=##181818] \ ' From 4e965ca1c43adee77ed0f2bf1e7884502ff517da Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 22:23:07 +0200 Subject: [PATCH 2/8] =?UTF-8?q?4/=E2=86=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index a4d45aa..62fd38f 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -170,7 +170,7 @@ set-option -g status-format[3] '\ #[align=right]\ #{?uid,#[fg=green],#[fg=red]}\ #[bg=##181818] \ -#[bg=##282828]#{user}\ +#[bg=##282828]\ #[bg=##181818] \ ' @@ -193,7 +193,7 @@ set-option -g status-format[4] '\ #[align=right]\ #[fg=yellow]\ #[bg=##181818] \ -#[bg=##282828]\ +#[bg=##282828]#{user}\ #[bg=##181818] \ ' From 428b929c623bd147ac581d517ee14260066d85f1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 22:23:46 +0200 Subject: [PATCH 3/8] =?UTF-8?q?3/=E2=86=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 62fd38f..16696f0 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -153,7 +153,7 @@ set-option -g status-format[2] '\ #[align=right]\ #[fg=yellow]\ #[bg=##181818] \ -#[bg=##282828]#{host}\ +#[bg=##282828]\ #[bg=##181818] \ ' @@ -170,7 +170,7 @@ set-option -g status-format[3] '\ #[align=right]\ #{?uid,#[fg=green],#[fg=red]}\ #[bg=##181818] \ -#[bg=##282828]\ +#[bg=##282828]#{host}\ #[bg=##181818] \ ' From b5013edc7e2214f34228bf2641865ee969b705b5 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 22:29:30 +0200 Subject: [PATCH 4/8] path --- sh/tmux.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 16696f0..b38a236 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -134,6 +134,8 @@ set-option -g status-format[1] '\ # line 3 set-option -g status-format[2] '\ +#[fg=cyan]#{pane_current_path}\ +#[align=right]\ #[fg=yellow]\ #(lsof -U \ | awk \"/^tmux:.*\\(LISTEN\\)$/ {print \\\$9}\" \ @@ -150,11 +152,6 @@ set-option -g status-format[2] '\ #[bg=##282828]#(basename \"\${TMUX}\" \ | cut --delimiter \",\" --fields \"1\")\ #[bg=##181818] \ -#[align=right]\ -#[fg=yellow]\ -#[bg=##181818] \ -#[bg=##282828]\ -#[bg=##181818] \ ' # line 4 From 4af22782dd0032ffda9db162dab375388a3bcad6 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 22:32:47 +0200 Subject: [PATCH 5/8] =?UTF-8?q?fix/=E2=86=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index b38a236..b512c93 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -165,7 +165,7 @@ set-option -g status-format[3] '\ #[bg=default] \ }\ #[align=right]\ -#{?uid,#[fg=green],#[fg=red]}\ +#[fg=yellow]\ #[bg=##181818] \ #[bg=##282828]#{host}\ #[bg=##181818] \ @@ -188,7 +188,7 @@ set-option -g status-format[4] '\ #[bg=##282828]#{window_width}×#{window_height}\ #[bg=##181818] \ #[align=right]\ -#[fg=yellow]\ +#{?uid,#[fg=green],#[fg=red]}\ #[bg=##181818] \ #[bg=##282828]#{user}\ #[bg=##181818] \ From 1bb7eae271f0aef262f93c00a4fe1d6a442cff9f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 22:42:55 +0200 Subject: [PATCH 6/8] =?UTF-8?q?=E2=86=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/tmux.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index b512c93..c65f11b 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -134,8 +134,6 @@ set-option -g status-format[1] '\ # line 3 set-option -g status-format[2] '\ -#[fg=cyan]#{pane_current_path}\ -#[align=right]\ #[fg=yellow]\ #(lsof -U \ | awk \"/^tmux:.*\\(LISTEN\\)$/ {print \\\$9}\" \ @@ -152,6 +150,9 @@ set-option -g status-format[2] '\ #[bg=##282828]#(basename \"\${TMUX}\" \ | cut --delimiter \",\" --fields \"1\")\ #[bg=##181818] \ +#[bg=default]\ +#[fg=default] \ +#[fg=cyan]#{pane_current_path}\ ' # line 4 From d1a29ca51346278a37db276f23767b679d05d447 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 22:48:06 +0200 Subject: [PATCH 7/8] @ --- sh/tmux.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index c65f11b..90c6b36 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -119,7 +119,7 @@ set-option -g status-format[1] '\ #[fg=default]\ #[bg=default] \ }\ -#[fg=yellow]→\ +#[fg=white]→\ #[fg=default] \ #[fg=green]\ #[bg=##181818] \ @@ -143,7 +143,7 @@ set-option -g status-format[2] '\ | xargs echo \ )\ #[fg=default] \ -#[fg=yellow]→\ +#[fg=white]→\ #[fg=default] \ #[fg=green]\ #[bg=##181818] \ @@ -152,6 +152,8 @@ set-option -g status-format[2] '\ #[bg=##181818] \ #[bg=default]\ #[fg=default] \ +#[fg=white]@\ +#[fg=default] \ #[fg=cyan]#{pane_current_path}\ ' @@ -182,7 +184,7 @@ set-option -g status-format[4] '\ #[fg=default]\ #[bg=default] \ }\ -#[fg=yellow]→\ +#[fg=white]→\ #[fg=default] \ #[fg=green]\ #[bg=##181818] \ From 4e77ebc097b29aa9bf72336669cb0c86a1f6ca5b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 23:23:51 +0200 Subject: [PATCH 8/8] = --- sh/tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 90c6b36..3349144 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -184,7 +184,7 @@ set-option -g status-format[4] '\ #[fg=default]\ #[bg=default] \ }\ -#[fg=white]→\ +#[fg=white]=\ #[fg=default] \ #[fg=green]\ #[bg=##181818] \