From eafdfe503722fdca522b6fb749320d120bd749bd Mon Sep 17 00:00:00 2001 From: David Chen Date: Thu, 18 Sep 2025 11:16:04 -0700 Subject: [PATCH] adjust tmux status --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 1adc9f8..86ad41a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -232,7 +232,7 @@ setw -g pane-border-format '#[bold]#{?#{&&:#{pane_active},#{client_prefix}},#[un # windows # windows -set -g status-justify 'centre' +set -g status-justify 'left' set -g status-left-length 90 set -g status-right-length 140 setw -g window-status-separator '' @@ -249,7 +249,7 @@ setw -g window-status-activity-style bg=black setw -g window-status-bell-style bg=black #set-window-option -g window-status-current-format "#[fg=colour235, bg=colour27]⮀#[fg=colour255, bg=colour27] #I ⮁ #W #[fg=colour27, bg=colour235]⮀" -set-option -g status-left "#(~/.config/tmux/tmux-status/left.sh \"#{session_id}\" \"#{session_name}\")" +set-option -g status-left "#(~/.config/tmux/tmux-status/left.sh \"#{session_id}\" \"#{session_name}\") " set-option -g status-right "#(~/.config/tmux/tmux-status/right.sh)"