indicator-system-monitor
源如下
sudo add-apt-repository ppa:alexeftimie/ppa
你可以直接下载:点此下载
这个可以参考这个文章发过的,不过今天更新了。
用法有点改变
mkdir -p ~/任意位置或文件夹 && cd ~/任意位置或文件夹
wget http://webupd8.googlecode.com/files/sysmon_0.1.tar.gz
tar -xvf sysmon_0.1.tar.gz
然后 新建
sensor 可以是你取的名字(必须是英语) 如图我的是 mynet
Description 可以是你的描述 如图我的是 网速浮动条
Command 必须填写 $HOME/任意位置或文件夹/sysmon
最后保存
然后删除原有的cpu:{cpu}men:{men}
替换成你的 比如我的 {mynet}
+++++++++++++++++++++++++++++
你还可以配置一下脚本,来选择是否要显示 CPU 或 内存使用状态
gedit /HOME/你的名字/任意位置或文件夹/sysmon
相应选项如下
#settings:
netspeed=true
ram=true
cpu=true
++++++++++++++++++++
最后几段
echo $(if [ $ram = true ]; then echo 比如改成内存: $memusedpercent%; fi) $(if [ $cpu = true ]; then echo 比如改成处理器: $cpuused%; fi) $(if [ $netspeed = true ]; then echo比如改成上行: $upkbmb $upunit 比如改成下行: $downkbmb $downunit; fi)
+++++++++++++++++++++++++
Google-calendar-indicator
可以直接整合google calendar到indicator里
源如下
sudo add-apt-repository ppa:alexeftimie/ppa
你也可以直接下载
点此下载
7 Responses to 2 个 Indicator: Google-calendar-indicator 及 Indicator-system-monitor
» 未找到页面 Wow! Ubuntu
十一月 30th, 2012 at 9:35 上午
[…] 2 个 Indicator: Google-calendar-indicator 及 Indicator-system-monitor […]
» 未找到页面 Wow! Ubuntu
十一月 30th, 2012 at 9:35 上午
[…] 2 个 Indicator: Google-calendar-indicator 及 Indicator-system-monitor […]
lovelucy
十一月 30th, 2012 at 2:02 下午
”有个床局“亮瞎……
晴颺
十一月 30th, 2012 at 5:51 下午
Google-calendar-indicator的PPA源错了。。。
ubuntugary
十二月 2nd, 2012 at 2:32 上午
怎么两个PPA源是一样的?
ubuntugary
十二月 2nd, 2012 at 2:33 上午
怎么两个PPA源是一样的?
nylzhy
十二月 14th, 2012 at 10:38 上午
下载使用后,发现{net}不好用,求解?