tmux: Put the window list in relative centre

This commit is contained in:
Sanchayan Maity 2022-04-13 20:29:56 +05:30
parent 93110c3445
commit 8b827b49d2
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ set-window-option -g clock-mode-colour colour109 #blue
# Bell
set-window-option -g window-status-bell-style bg=colour167,fg=colour235 # bg=red, fg=bg
# Theme settings mixed with colors (unfortunately, but there is no cleaner way)
set-option -g status-justify "left"
set-option -g status-justify "centre"
set-option -g status-left-style none
set-option -g status-left-length "80"
set-option -g status-right-style none