zoukankan      html  css  js  c++  java
  • 大开眼界:Ubuntu下10个厉害的Indicator小程序

    大开眼界:Ubuntu下10个厉害的Indicator小程序 - Ubuntu,Ubuntu软件,Ubuntu教程 - IT之家

    Indicator小程序是非常有用的,提供了一些快捷的操作和信息,为Ubuntu的整体的体验发挥了很大的作用。这里介绍10个非常有用的Indicator小程序。

    1. Weather Indicator Applet (天气预报)

    安装命令:

    sudo apt-get install indicator-weather

    2. ClassicMenu:经典的GNOME2菜单

    安装命令:

    sudo apt-add-repository ppa:diesch/testing

    sudo apt-get update

    sudo apt-get install classicmenu-indicator

    3. Ubuntu One(Ubuntu提供的类似网盘的服务)

    安装命令:

    sudo add-apt-repository ppa:rye/ubuntuone-extras

    sudo apt-get update

    sudo apt-get install indicator-ubuntuone

    4. System Load Indicator ( 系统状态指示器)

    安装命令:

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

    sudo apt-get update

    sudo apt-get install indicator-multiload

    5. Touchpad Indicator (触摸板开关)

    安装命令:

    sudo add-apt-repository ppa:atareao/atareao

    sudo apt-get update

    sudo apt-get install touchpad-indicator

    6. Battery Status Indicator (电源状态指示器)

    安装命令:

    sudo apt-add-repository ppa:iaz/battery-status

    sudo apt-get update

    sudo apt-get install battery-status

    运行:

    /usr/lib/battery-status/battery-status –indicator

    7. Workspaces Indicator (快速切换工作区)

    安装命令:

    sudo add-apt-repository ppa:geod/ppa-geod

    sudo apt-get update

    sudo apt-get install indicator-workspaces

    8. Keylock Application Indicator (显示大写键状态)

    安装命令:

    sudo add-apt-repository ppa:tsbarnes/indicator-keylock

    sudo apt-get update

    sudo apt-get install indicator-keylock

    9. Caffeine Application Indicator (防止启动屏保和省电模式)

    安装命令:

    sudo add-apt-repository ppa:caffeine-developers/ppa

    sudo apt-get update

    sudo apt-get install caffeine

    10. Pastie Clipboard Manager Indicator (剪贴板管理工具)

    安装命令:

    sudo add-apt-repository ppa:hel-sheep/pastie

    sudo apt-get update

    sudo apt-get install pastie

  • 相关阅读:
    软件工程师的属性与发展
    欢迎使用CSDN-markdown编辑器
    hdu 5446 lucas+crt+按位乘
    poj 2891 模数不互质的中国剩余定理
    3037 插板法+lucas
    poj 1006中国剩余定理模板
    codeforce E
    UVA10820 send a table
    UVA1635 Irrelevant Elements
    uva 10375 Choose and Divide
  • 原文地址:https://www.cnblogs.com/seven1979/p/4332722.html
Copyright © 2011-2022 走看看