tmux: center window titles

This commit is contained in:
Fernando Schauenburg 2022-01-24 11:15:55 +01:00
parent 4d52a8204b
commit b8a21201cc

View file

@ -54,7 +54,7 @@ if-shell 'test "$(uname)" = "Darwin"' \
# #
set -g status-left-length 32 set -g status-left-length 32
set -g status-right-length 48 set -g status-right-length 48
set -g status-justify left set -g status-justify centre
# Color definitions # Color definitions
# SOLARIZED TMUX # SOLARIZED TMUX
@ -81,8 +81,8 @@ set -g status-left "\
#{?client_prefix,#[fg=colour1],#[fg=colour10]}> \ #{?client_prefix,#[fg=colour1],#[fg=colour10]}> \
#[fg=colour2]#{window_index}.#{pane_index} \ #[fg=colour2]#{window_index}.#{pane_index} \
#{?client_prefix,#[fg=colour1],#[fg=colour10]}> \ #{?client_prefix,#[fg=colour1],#[fg=colour10]}> \
#[fg=colour6]#{pane_id}#{?pane_marked, #[fg=colour9]M,} \ #[fg=colour6]#{pane_id}\
#{?client_prefix,#[fg=colour1],#[fg=colour10]}> " #{?pane_marked, #{?client_prefix,#[fg=colour1],#[fg=colour10]}#[fg=colour9](M),}"
set -g status-right "\ set -g status-right "\
#[fg=colour6]#{pid} \ #[fg=colour6]#{pid} \