有时感觉网络失去响应,就通过Ubuntu 14.04自带的系统监视器程序来查看当前网速,但是这样很不方便,遂打算让网速显示在标题栏,那样就随时可直观的看到。一番搜索尝试后,成功实现!同时也实现了CPU、内存使用率等的显示。

         先来看下效果图:

ubuntu16.04--在标题栏显示网速

效果真是挺好的!

之前需要通过deb包安装,现在可以通过添加PPA安装:

        

[python] view plain copy
 
  1. sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor  
  2. sudo apt-get update  
[python] view plain copy
 
  1. sudo apt-get install indicator-sysmonitor  

 

 

         终端执行:  indicator-sysmonitor &,然后Ctrl+C就可以实现后台运行indicator-sysmonitor,看下图标效果,效果很不错!

相关文章:

  • 2021-07-22
  • 2022-12-23
  • 2021-10-12
  • 2021-07-29
  • 2021-09-01
  • 2021-08-22
  • 2021-09-10
  • 2021-12-14
猜你喜欢
  • 2021-11-21
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2021-11-17
相关资源
相似解决方案