兵马逐浪去,将象入海流。炮声震心动,惊起卧龙游。
我的博客园主页 --------- 我的知乎主页 --------- 我的github主页 --------- 我的csdn主页 --------- 我的新浪微博

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

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

         先来看下效果图:

效果真是挺好的!

之前需要通过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,看下图标效果,效果很不错!

posted @ 2017-12-18 14:35  leoking01  阅读(980)  评论(0)    收藏  举报
#back-to-top { background-color: #00CD00; bottom: 0; box-shadow: 0 0 6px #00CD00; color: #444444; padding: 10px 10px; position: fixed; right: 50px; cursor: pointer; }