广告

本站里的文章大部分经过自行整理与测试

2017年3月20日星期一

Ubuntu 指示器


Ubuntu indicator 也就是出现在如图上的图标
以下共有 15 个不同功能的 indicator 供选择
可以用于 Ubuntu 16.04

1. CPUFREQ : 控制 CPU
https://launchpad.net/indicator-cpufreq

有 2 种模式 Performance / Powersave
选择 Powersave 模式可以省电和避免发生 CPU 超热

$ sudo apt-get install indicator-cpufreq

2. NETSPEED UNITY : 显示网络 上传/下载 速度
https://github.com/GGleb/indicator-netspeed-unity

$ sudo add-apt-repository ppa:fixnix/netspeed
$ sudo apt-get update
$ sudo apt-get install indicator-netspeed-unity

3. WEATHER : 显示天气与温度

3.1) SIMPLE WEATHER INDICATOR
可以输入坐标, 让显示的报告更正确
https://github.com/kasramp/UbuntuIndicatorWeather

$ sudo add-apt-repository ppa:kasra-mp/ubuntu-indicator-weather
$ sudo apt-get update
$ sudo apt-get install indicator-weather

不执行以下这行, 会被强迫更新成以下软件
$ sudo apt-mark hold indicator-weather
https://launchpad.net/weather-indicator

3.2) MY WEATHER INDICATOR 
在 Language Support - Regional Formats - English (United States) * 不能选汉语(中国)
https://launchpad.net/my-weather-indicator

$ sudo add-apt-repository ppa:atareao/atareao
$ sudo apt-get update

$ sudo apt-get install my-weather-indicator

4. DISK INDICATOR : 管理 挂载 / 卸载 硬盘和 ISO 文件
http://www.teejeetech.in/2016/10/a-disk-indicator-for-ubuntu.html

$ sudo add-apt-repository -y ppa:teejee2008/ppa
$ sudo apt-get update
$ sudo apt-get install indicator-diskman

5. COPYQ : 管理剪贴内容 (也支持 Windows / Fedora / OpenSUSE)
https://hluk.github.io/CopyQ/

$ sudo add-apt-repository ppa:noobslab/indicators
$ sudo apt-get update
$ sudo apt-get install copyq

6. CLASSIC MENU : 传统菜单 (如果打算安装 cairo-dock, 这个可免了)
https://www.florian-diesch.de/software/classicmenu-indicator

$ sudo add-apt-repository ppa:diesch/testing
$ sudo apt-get update
$ sudo apt-get install classicmenu-indicator

7. NOTIFICATIONS

7.1) RECENT NOTIFICATIONS : 记录最近的通知 (系统)
https://launchpad.net/~jconti/+archive/ubuntu/recent-notifications

$ sudo add-apt-repository ppa:jconti/recent-notifications
$ sudo apt-get update
$ sudo apt-get install indicator-notifications

7.2) NO NOTIFICATIONS : 关闭通知功能
https://launchpad.net/~vlijm/+archive/ubuntu/nonotifs

$ sudo add-apt-repository ppa:vlijm/nonotifs
$ sudo apt-get update
$ sudo apt-get install nonotifs

8. CAFFEINE : 禁止关闭银幕
有需要时才运行来用. 因就算 caffeine 界面关闭了, 进程依然存在
不过可以自己去终结进程
https://launchpad.net/~caffeine-developers/+archive/ubuntu/ppa

$ sudo add-apt-repository ppa:caffeine-developers/ppa
$ sudo apt-get update
$ sudo apt-get install caffeine

9. TOUCHPAD : 开启 / 关闭 TouchPad
https://github.com/atareao/Touchpad-Indicator

$ sudo add-apt-repository ppa:atareao/atareao
$ sudo apt-get update
$ sudo apt-get install touchpad-indicator

10. SYSTEM MONITOR : 系统资源监控

10.1) SYSTEM LOAD INDICATOR : 图形显示系统资源消耗
https://launchpad.net/~indicator-multiload/+archive/ubuntu/stable-daily

$ sudo add-apt-repository ppa:indicator-multiload/stable-daily
$ sudo apt-get update

$ sudo apt-get install indicator-multiload

10.2) SYSPEEK : 管理与列出所有进程, 可以选择终止进程
https://launchpad.net/syspeek

$ sudo add-apt-repository ppa:nilarimogard/webupd8
$ sudo apt-get update
$ sudo apt-get install syspeek

10.3) SYSMONITOR: 包含 SYSPEEK 功能, 但它将数据直接显示在 panel 中
https://github.com/fossfreedom/indicator-sysmonitor

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


11. HARDWARE SENSORS : 显示硬件温度, 如 CPU, GPU, HDD, Processor Fan
http://ppa.launchpad.net/alexmurray/indicator-sensors/ubuntu/pool/main/i/indicator-sensors

$ sudo add-apt-repository ppa:alexmurray/indicator-sensors
$ sudo apt-get update
$ sudo apt-get install indicator-sensors

12. LOCK KEYS : 显示 Caps / Num / Scroll Lock 是否锁了
https://launchpad.net/~tsbarnes/+archive/ubuntu/indicator-keylock

$ sudo add-apt-repository ppa:tsbarnes/indicator-keylock
$ sudo apt-get update
$ sudo apt-get install indicator-keylock

13. CLEAR DESKTOP : 清理桌面 (会将所有文件移动到新的文件夹)

https://www.google.com/url?hl=en-GB&q=https://drive.google.com/uc?export%3Ddownload%26id%3D0B2vLQWv-TXTtcWcxTTJmNlRaYlU&source=gmail&ust=1481633995054000&usg=AFQjCNE0LST5QKzMCjpMmz4gvGUmaDhO4Q

没有评论:

发表评论