Open
Description
Please add an indicator to show if all panes in window are synchronized or not. It helps a lot when multiple panes are open and you are switching between synchronized and unsynchronized mode.
I made following change to basic theme to make this work -
set -g status-right "#{?pane_synchronized, #[fg=yellow]SYNC #[fg=white]«#[default], } #H #[fg=white]« #[fg=yellow]%H:%M:%S #[fg=green]%d-%b-%y"
.