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

Does not work with tpm #14

Open
blackheaven opened this issue May 22, 2022 · 1 comment
Open

Does not work with tpm #14

blackheaven opened this issue May 22, 2022 · 1 comment

Comments

@blackheaven
Copy link

I'm trying to setup tmux-network-brandwidth with tmux 3.2a/NixOS/Konsole following README:

# charset

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'arcticicestudio/nord-tmux'
set -g @plugin 'blackheaven/tmux-mem-cpu-load'
set -g @plugin 'xamut/tmux-network-bandwidth'
set -g @plugin 'laktak/extrakto'
set -g @plugin 'tmux-plugins/tmux-fpp'
run '~/.tmux/plugins/tpm/tpm'

# status bar
set -g status on
set -g window-status-format "#[fg=black,bg=brightblack,nobold,noitalics,nounderscore] #[fg=black,bg=brightblack]#I #[fg=black,bg=brightblack,nobold,noitalics,nounderscore] #[fg=black,bg=brightblack]#W #F #[fg=brightblack,bg=black,nobold,noitalics,nounderscore]" # nord unactive tab name colors (#W)

set -g status-interval 1
set-option -g @tmux-network-bandwidth-padding 8

set -g status-right "#[fg=orange]|#{network_bandwidth}|"

But I end up with ||

If I try to call it directly:

set -g status-right "#[fg=orange]|#(~/.tmux/plugins/tmux-network-bandwidth/scripts/network-bandwidth.sh)|"

It displays something, but whenever I try to select something with my mouse, it is deselected.

Any idea what's happening?

Thanks in advance.

@martisj
Copy link

martisj commented Apr 7, 2024

Same here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants