From 70b2b9bf55ce1040531a8b94a9f55b2b36fe9989 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 16 Jan 2025 11:47:19 +0300 Subject: [PATCH] Tmux: Rework status bar. --- home/file/tmux/tmux.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/file/tmux/tmux.conf b/home/file/tmux/tmux.conf index b11eaef..0a887e6 100644 --- a/home/file/tmux/tmux.conf +++ b/home/file/tmux/tmux.conf @@ -59,9 +59,10 @@ bind -n M-C kill-pane -a bind-key -n M-f set-option -g status; set -g status-left-length 50 set -g status-position top -set -g status-justify left # absolute-centre -set -g status-left "#[bold] #H-#S #[default]" -set -g status-right "" +set -g status-justify absolute-centre +set -g status-left "#[bold] #S #[default]" +set -g status-right "#[bold] #H" +# set -g status-interval 2 set-window-option -g window-status-separator "" setw -g window-status-current-format " #W " setw -g window-status-format " #W "