From 72ee0ad3d53759978a665a36e6192e0975019cb2 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 15:23:38 +0100 Subject: [PATCH] tmux/justify --- sh/tmux.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 1f21ae4..0984dbb 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -38,9 +38,10 @@ set-option -g set-titles-string '#(pwd)' set-option -g status-bg black set-option -g status-fg gray set-option -g status-interval 1 -set-option -g status-left '' +set-option -g status-justify center +set-option -g status-left '#{session_name} ' set-option -g status-position top -set-option -g status-right '| #{session_name} | %Y-%m-%d %H:%M:%S' +set-option -g status-right ' %Y-%m-%d %H:%M:%S' # windows separator set-option -g window-status-separator ' | '