tmux-network-bandwidth
tmux-network-bandwidth copied to clipboard
📊 Network bandwidth plugin for tmux
I have added 3 tmux options to customize the symbols for download icon , separator and upload icon.
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...
plugin should only show stats from physical interfaces like ethernet or wlan using docker with multiple virtual interfaces and plugin shows inaccurate bandwidth
From the [netstat man page](https://linux.die.net/man/8/netstat): > This program is obsolete. Replacement for netstat is ss. Replacement for netstat -r is ip route. Replacement for netstat -i is ip -s link....
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...
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}...