You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm trying to setup
tmux-network-brandwidth
with tmux 3.2a/NixOS/Konsole following README:But I end up with
||
If I try to call it directly:
It displays something, but whenever I try to select something with my mouse, it is deselected.
Any idea what's happening?
Thanks in advance.
The text was updated successfully, but these errors were encountered: