From 7555ee6ad625b171770b326cb6c9515c7a048d4b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 19 Jan 2025 13:46:29 +0100 Subject: [PATCH] tmux/command --- sh/tmux.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 0ed02c7..75b1587 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -88,7 +88,8 @@ set-option -g status-fg gray set-option -g status-format[0] '\ #[fg=cyan]#{pane_current_path}\ #[align=right] \ -#[fg=green]#{session_name}\ +#[fg=default]#{pane_current_command} \ +#[fg=yellow]%H:%M:%S\ ' # line 2 @@ -102,7 +103,7 @@ set-option -g status-format[1] '\ \ }\ #[align=right] \ -#[fg=yellow]%H:%M:%S\ +#[fg=green]#{session_name}\ ' # line 3