项目作者: olback

项目描述 :
Headset controls directly in budgie!
高级语言: Vala
项目地址: git://github.com/olback/budgie-headset-control-applet.git
创建时间: 2019-12-25T23:23:05Z
项目社区:https://github.com/olback/budgie-headset-control-applet

开源协议:GNU Affero General Public License v3.0

下载


Budgie Headset Control Applet

Please see Sapd/HeadsetControl for supported headsets.

example
See docs for more screenshots!

Installation

  1. Install Sapd/HeadsetControl.

  2. Download, configure, build and install.

    1. git clone https://github.com/olback/budgie-headset-control-applet.git
    2. cd budgie-headset-control-applet
    3. mkdir build && cd build
    4. meson --prefix /usr ..
    5. ninja -j$(nproc)
    6. sudo ninja install

Don’t forget to logout or restart.

Uninstall

  1. cd build
  2. sudo ninja uninstall

Development

Logging out and in every time you want to test during development is not fun, to avoid this you can run budgie-panel --replace &. Keep in mind that when you close your terminal after running this, budgie will exit and you will have to restart.

Icons from freeicons.io.

Reading the source of cybre/budgie-screenshot-applet helped me alot during development. Please check it out :)