From 521f8df00d06de479b901626171bf22d2fcb552c Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sat, 10 Feb 2024 14:20:24 +0100 Subject: [PATCH] tmux: add indicators for windows with synced/marked panes --- config/tmux/tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 027a81f..61da7b2 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -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