初始化
右侧监控栏内存显示
网速显示
改用脚本显示网速(mux_net_speed.sh)
开启此功能需在~/.bashrc脚本中添加
# 自动启动 tmux 实时网速脚本(如果尚未运行) if ! pgrep -f "tmux_net_speed.sh" > /dev/null; then nohup ~/tmux_net_speed.sh >/dev/null 2>&1 & fi