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