From 1bb7eae271f0aef262f93c00a4fe1d6a442cff9f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 22:42:55 +0200 Subject: [PATCH] =?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