项目作者: jonathan-j-lee

项目描述 :
Extra Budgie applets.
高级语言: Python
项目地址: git://github.com/jonathan-j-lee/budgie-applet-extra.git
创建时间: 2017-03-16T06:38:14Z
项目社区:https://github.com/jonathan-j-lee/budgie-applet-extra

开源协议:MIT License

下载


budgie-applet-extra

Extra Budgie applets.

Name Description
Caffeine Toggle screen dimming temporarily

Installation Example

To install the caffeine applet, for instance:

  1. $ git clone https://github.com/jonathan-j-lee/budgie-applet-extra.git
  2. $ cd budgie-applet-extra/
  3. $ applet_dir=/usr/lib/budgie-desktop/plugins/org.budgie-applet-extra.applet.caffeine
  4. $ mkdir $applet_dir
  5. $ cp caffeine/Caffeine.plugin $applet_dir
  6. $ cp caffeine/caffeine.py $applet_dir
  7. $ chmod +x $applet_dir/caffeine.py

This may require sudo.

Then, simply reboot or run budgie-panel --replace, and add Caffeine to the panel from Raven. The installation process for the other applets is similar.

Acknowledgements

Many thanks to the creators of these applet examples for guidance.