Please see Sapd/HeadsetControl for supported headsets.
See docs for more screenshots!
-
Install Sapd/HeadsetControl.
-
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.
cd build
sudo ninja uninstall
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 :)