From 1094c40bc70a0c62534dce3dfde11ac025392764 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 16:01:37 +0100 Subject: [PATCH] tmux/colors --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 61d2051..7297f71 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -39,9 +39,9 @@ set-option -g status-bg black set-option -g status-fg gray set-option -g status-interval 1 set-option -g status-justify left -set-option -g status-left '#{session_name} ' +set-option -g status-left '#[fg=red]#{session_name} ' set-option -g status-position top -set-option -g status-right ' %Y-%m-%d %H:%M:%S' +set-option -g status-right ' #[fg=yellow]%Y-%m-%d %H:%M:%S' # windows separator set-option -g window-status-separator ' '