Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pane synchronization status on right #20

Open
karnh opened this issue Nov 20, 2018 · 2 comments
Open

Add pane synchronization status on right #20

karnh opened this issue Nov 20, 2018 · 2 comments
Assignees
Milestone

Comments

@karnh
Copy link

karnh commented Nov 20, 2018

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".

it looks like following -
2018-11-20 12_04_10--bash

@jimeh
Copy link
Owner

jimeh commented Apr 29, 2019

I did not that was possible :O... I should get it in this week hopefully along with some other work :)

@jimeh jimeh added this to the 1.2.0 milestone Dec 22, 2019
@jimeh
Copy link
Owner

jimeh commented Dec 23, 2019

@karnh This is implemented in PR #34 at the moment. If you could have a look to see what you think, that'd be great :)

@jimeh jimeh self-assigned this Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants