tmux: add indicators for windows with synced/marked panes

This commit is contained in:
Fernando Schauenburg 2024-02-10 14:20:24 +01:00
parent 418cb5b9c5
commit 521f8df00d

View file

@ -97,13 +97,15 @@ set -g status-right '\
#{?client_prefix,#[fg=brightyellow],#[fg=brightblack]}#{host_short} '
setw -g window-status-current-format '\
#{?client_prefix,#[fg=brightyellow],#[fg=cyan]}#{window_index}#{window_flags} \
#{?client_prefix,#[fg=brightyellow],#[fg=brightcyan]}#{window_index} \
#[fg=brightblue]#{window_name} \
#[fg=brightcyan]#{?pane_synchronized,󰵉 ,}#{?window_marked_flag,󰄵 ,}\
#[fg=brightblack]'
setw -g window-status-format '\
#{?client_prefix,#[fg=brightyellow],#[fg=brightblack]}#{window_index}#{window_flags} \
#{?client_prefix,#[fg=brightyellow],#[fg=brightblack]}#{window_index} \
#[fg=brightblack]#{window_name} \
#{?pane_synchronized,󰵉 ,}#{?window_marked_flag,󰄵 ,}\
#[fg=brightblack]'
set -g status-justify left