erikw / tmux-powerline

⚡️ A tmux plugin giving you a hackable status bar consisting of dynamic & beautiful looking powerline segments, written purely in bash.
BSD 3-Clause "New" or "Revised" License
3.36k stars 508 forks source link

Bell activity is not styled #429

Closed lunks closed 1 month ago

lunks commented 1 month ago

I'm not sure if this should be reported here or on powerline it self, but bell activity does not apply the style correctly. You can reproduce by running:

sleep 1 && tput bel

Then, move away from the window.

Screen Shot 2024-05-25 at 18 25 10
lunks commented 1 month ago

Solved by adding:

set-option -g window-status-bell-style none
xx4h commented 1 month ago

Also see https://github.com/erikw/tmux-powerline/discussions/342#discussioncomment-8990052