ilya-manin / tmux-network-bandwidth

📊 Network bandwidth plugin for tmux
MIT License
76 stars 13 forks source link

Causes Tmux to re-render even with selected characters each `status` update #15

Open artshade opened 1 year ago

artshade commented 1 year ago

Dear Developers,

Thank you for the plugin!

Apparently, if the plugin is added to Tmux status, it causes Tmux to re-render even if selection exists - selection existence ignored. In the result, selection is deselected with each Tmux render.

~/.tmux.conf:

run-shell ~/'.tmux/plugins/tmux-network-bandwidth/tmux-network-bandwidth.tmux';

tmux-theme:

set-option -g status-right '#[fg=colour32]#{network_bandwidth}#[default]';

What might it be?

Best and kind regards