Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.09 KB

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.

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

Don't forget to logout or restart.

Uninstall

cd build
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 :)