ilya-manin/tmux-network-bandwidth

Only works in right status pane

Opened this issue · 0 comments

Hello,

this plugin works only when placed in right pane, but not working in left.

Here is my config snippet:

set -g status-left "#[fg=colour235,bg=colour252] #S #[fg=colour246,bg=colour238] #(whoami) #[fg=colour245,bg=colour235] #{keyboard_layout} #[fg=colour240,bg=colour234] #{online_status} #{network_bandwidth}"
set -g status-right "#[fg=colour240,bg=colour234] #{network_bandwidth} #[fg=colour245,bg=colour236] #(. ~/battery.sh) #[fg=colour246,bg=colour238] %d.%m.%y %a #[fg=colour235,bg=colour252] %R "
...
set -g @plugin 'xamut/tmux-network-bandwidth'

As you can see, i use #{network_bandwidth} placeholder in both sides. But it works only in right one.

I think it would be great to allow placeholer work in both left and right status panels.