From 1be7649122f99f107fd9f48a9efc32d5b3d370aa Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 16 May 2024 02:16:00 +0300 Subject: [PATCH] chore(tmux): tweak config, move status to left --- config/tmux/tmux.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index bcd7820..42a494f 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -93,20 +93,19 @@ set-window-option -g mode-keys vi # ╰──────────────────────────────────────────────────────────╯ # Make sure status sides are long enough and centered is in the middle -set -g status-left-length "30" +set -g status-left-length "0" set -g status-right-length "30" set-option -g status-position "bottom" set-option -g status-style 'bg=default,fg=#ffffff' -set-option -g status-justify centre -set-option -g status-left '#h ' +set-option -g status-justify left +set-option -g status-left '' set-window-option -g window-status-style 'fg=#ffffff,bg=default' set-option -g window-status-format ' #I:#W ' set-window-option -g window-status-current-style 'fg=#111111,bg=#7aa2f7' set-option -g window-status-current-format ' #I:#W#{?window_zoomed_flag,  , } ' -set-option -g status-left "#{hostname_short}/#S" -set-option -g status-right "%H:%M #{tmux_mode_indicator}" +set-option -g status-right "#{hostname_short}/#S %H:%M #{tmux_mode_indicator}" # ╭──────────────────────────────────────────────────────────╮ # │ Plugins related configurations │