-
Notifications
You must be signed in to change notification settings - Fork 130
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
tmux window not highlighted for monitor-bell #12
Comments
It seems to be the last line at https://github.com/egel/tmux-gruvbox/blob/master/tmux-gruvbox-dark.conf#L48. When I remove this, first bit, of the last line
And activate the bell in another pane
Then I do see it working (Window 0 had activity) This is how it looks with no changes. Window 0 had activity (bell) but it did not get highlighted |
The problem is that window-status-format takes precedence over window-status-bell-style so that window-status-bell-style never gets applied. In fact, I think this is true generally for format vs. style variables. I fixed this by using conditionals in the format -- it's a bit ugly though. Change the last line to:
and the colors will change according to the bell. This won't help with the activity style though. |
Hey @ksalman, thank you for your report and you @pderichai for giving some brief solution. 🙌 I will try to look at it asap, but I can't promise when exactly. Stay tuned. |
@ksalman, yesterday I've tried to reproduce your issue but without results. Would you send me all your configuration files for tmux (with all details about: OS, terminal you are using, version of tmux) with simple steps to reproduce it :) Moreover would you precise your issue/request? What would you like to have as a final result? Description, with some additional images (or better video/gif) would be great, so I could understand your needs. Thanks 🙂 |
I've seen this problem too, and is very easy to reproduce. If you have a tmux config file with only the option To reproduce it:
On a configuration file without the gruvbox theme, the window tab running the I'm using tmux 3.1c, konsole, debian |
@m-fonseca thank you for your feedback. I'll try it, and I will share the results. |
I'm also hitting this issue. @pderichai's fix works for me. |
Avoid overriding the colours defined in the style in the format. This fixes bug egel#12.
I noticed that the window does not get highlighted when monitor-bell or activity-monitor is on in tmux. Is the highlighting being masked by something in the conf file?
The text was updated successfully, but these errors were encountered: