Fernando Crespo 4c1c7a5477 Implement Acer RGB control daemon and CLI
- Removed acer-rgb.cpp and replaced it with acer-rgb-cli.cpp for command-line interface functionality.
- Added acer-rgbd.cpp to implement a daemon that manages RGB settings for keyboard, lid, and button devices.
- Introduced a socket communication mechanism via acer-rgb.sh for sending commands to the daemon.
- Created service and socket files (acer-rgbd.service and acer-rgbd.socket) for systemd integration, allowing the daemon to run as a service.
- Implemented state persistence for RGB settings in /var/lib/acer-rgbd/state.txt, enabling restoration on boot.
2026-01-30 16:43:45 -03:00
2026-01-29 22:12:31 -03:00
Description
Simple programs to control lighting on acer phn16-73
55 KiB
Languages
C++ 68.9%
Python 22.4%
Makefile 6.7%
Shell 2%