Netspeed widget - janoamaral/tokyo-night-tmux GitHub Wiki
About
View network activity directly from the status bar!
Configuration
This widget is not enabled by default. To change the visibility add this to your .tmux.conf
file
set -g @tokyo-night-tmux_show_netspeed 0 # use 0 to disable
set -g @tokyo-night-tmux_show_netspeed 1 # or use 1 to enable
To initiate monitoring, you must specify a network interface name in your .tmux.conf
file. This can be obtained by executing either the ipconfig
or ip link
command.
set -g @tokyo-night-tmux_netspeed_iface wlan0 # your network interface