https://github.com/olback/budgie-headset-control-applet
Headset controls directly in budgie!
https://github.com/olback/budgie-headset-control-applet
budgie budgie-applet budgie-desktop budgie-desktop-applet budgie-desktop-widget budgie-widget control corsair headset headset-control logitech pro steel-series void
Last synced: 14 days ago
JSON representation
Headset controls directly in budgie!
- Host: GitHub
- URL: https://github.com/olback/budgie-headset-control-applet
- Owner: olback
- License: agpl-3.0
- Created: 2019-12-25T23:23:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T23:31:21.000Z (almost 6 years ago)
- Last Synced: 2025-02-08T12:31:26.376Z (9 months ago)
- Topics: budgie, budgie-applet, budgie-desktop, budgie-desktop-applet, budgie-desktop-widget, budgie-widget, control, corsair, headset, headset-control, logitech, pro, steel-series, void
- Language: Vala
- Size: 588 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Budgie Headset Control Applet
Please see [Sapd/HeadsetControl](https://github.com/Sapd/HeadsetControl) for supported headsets.

See [docs](docs/) for more screenshots!### Installation
1. Install [Sapd/HeadsetControl](https://github.com/Sapd/HeadsetControl).2. Download, configure, build and install.
```terminal
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
```terminal
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](https://freeicons.io/).
Reading the source of [cybre/budgie-screenshot-applet](https://github.com/cybre/budgie-screenshot-applet) helped me alot during development. Please check it out :)