在系统托盘中显示网络流量状态?

在系统托盘中显示网络流量状态?

我找不到在 Ubuntu gnome 系统托盘中显示网络流量状态(尤其是下载)的方法。我该如何实现?

谢谢。

答案1

最终找到了解决方案:指标 - Sysmonitor https://github.com/fossfreedom/indicator-sysmonitor

然后按照这个教程:但必须将 ppa 更改为这个:https://github.com/fossfreedom/indicator-sysmonitor

sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor
sudo apt-get update
sudo apt-get install indicator-sysmonitor

相关内容