Show HN: Auto-Adjust Keyboard and LCD Brightness via Ambient Light Sensor[Linux]
5 months ago
- #Backlight Control
- #Linux
- #Ambient Light Sensor
- Program uses Ambient Light Sensor to auto-adjust keyboard backlight in Linux.
- Future integration planned for LCD backlight control.
- Build with `make`, run via `./build/als-led-backlight`.
- Install as a service with root using `make install`.
- Service status checkable via `systemctl status als-led-backlight`.
- Configuration file located at `/etc/als-led-backlight.conf` for threshold adjustments.
- Uninstall with root using `make uninstall`.