From 1b2cf00547298a8c3584b4dfed7d356c1278cb8a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 15:39:19 +0100 Subject: [PATCH] tmux/status --- sh/tmux.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 0984dbb..2fb0d68 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -38,13 +38,13 @@ 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-justify center -set-option -g status-left '#{session_name} ' +set-option -g status-justify left +set-option -g status-left '#{session_name} ' set-option -g status-position top -set-option -g status-right ' %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 ' | ' +set-option -g window-status-separator ' ' # style for messages set-option -g message-style bg=red,fg=white