1、Weather Indicator Applet (天气预报)
1 | sudo apt-get install indicator-weather |
2、ClassicMenu:经典的GNOME2菜单
1 | sudo apt-add-repository ppa:diesch/testing |
2 | sudo apt-get update |
3 | sudo apt-get install classicmenu-indicator |
3、Ubuntu One(Ubuntu提供的类似网盘的服务)
1 | sudo add-apt-repository ppa:rye/ubuntuone-extras |
2 | sudo apt-get update |
3 | sudo apt-get install indicator-ubuntuone |
4、System Load Indicator ( 系统状态指示器)
1 | sudo add-apt-repository ppa:indicator-multiload/stable-daily |
2 | sudo apt-get update |
3 | sudo apt-get install indicator-multiload |
5、Touchpad Indicator (触摸板开关)
1 | sudo add-apt-repository ppa:atareao/atareao |
2 | sudo apt-get update |
3 | sudo apt-get install touchpad-indicator |
6、Battery Status Indicator (电源状态指示器)
1 | sudo apt-add-repository ppa:iaz/battery-status |
2 | sudo apt-get update |
3 | sudo apt-get install battery-status |
运行:
/usr/lib/battery-status/battery-status ?indicator
7、Workspaces Indicator (快速切换工作区)
1 | sudo add-apt-repository ppa:geod/ppa-geod |
2 | sudo apt-get update |
3 | sudo apt-get install indicator-workspaces |
8、Keylock Application Indicator (显示大写键状态)
1 | sudo add-apt-repository ppa:tsbarnes/indicator-keylock |
2 | sudo apt-get update |
3 | sudo apt-get install indicator-keylock |
9、Caffeine Application Indicator (防止启动屏保和省电模式)
1 | sudo add-apt-repository ppa:caffeine-developers/ppa |
2 | sudo apt-get update |
3 | sudo apt-get install caffeine |
10、Pastie Clipboard Manager Indicator (剪贴板管理工具)
1 | sudo add-apt-repository ppa:hel-sheep/pastie |
2 | sudo apt-get update |
3 | sudo apt-get install pastie |
转自:http://jiechic.me/archives/ubuntu-next-indicator-applet