fix to fit text into button using js and fix classname setting to not find wrong ids and update README

This commit is contained in:
2021-09-07 23:25:52 +02:00
parent 596e188c75
commit bc7a5d7239
3 changed files with 44 additions and 12 deletions

12
README
View File

@@ -1,21 +1,25 @@
Install
./setup.sh
Requirements:
- For volume buttons: libpulse
- (optionally) for volume buttons: libpulse
local:
./setup.sh
Uninstall
pip uninstall controldeck
rm ~/.local/share/application/controldeck.desktop
rm ~/.config/systemd/user/controldeck.service
Configuration
~/.config/controldeck/controldeck.conf
See example in example directory.
Start (autostart) with systemd
systemctl --user start controldeck.service
systemctl --user enable controldeck.service
journalctl --user-unit=controldeck -e
journalctl --user-unit=controldeck -f