Skip to content

olback/budgie-headset-control-applet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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