headsetcontrol-notificationd is a small daemon that polls headsetcontrol to display notifications about the charge status of several headsets. For a list of supported devices please check Sapd/HeadsetControl.
headsetcontrol-notificationd is a rewrite of (https://github.com/Manawyrm/headsetcontrol-notificationd) replacing php with pure bash,
bash, HeadsetControl and notify-send
on Arch: headsetcontrol (AUR), bash (core) and libnotify (extra)
You will also need a notification daemon if you are not using a desktop environment.
git clone https://github.com/Razuuu/headsetcontrol-notificationd.git
cd headsetcontrol-notificationd
sudo cp headsetcontrol-notificationd.service /etc/systemd/user/headsetcontrol-notificationd.service
sudo cp headsetcontrol-notificationd /usr/local/bin/headsetcontrol-notificationd
sudo chmod +x /usr/local/bin/headsetcontrol-notificationd
sudo systemctl daemon-reload
systemctl --user enable --now headsetcontrol-notificationd
