Poor Man's' Ambient Light Sensor for Linux
github.com·1d·
Discuss: r/linux
🐧Linux
Preview
Report Post

Lumos

Lumos is a lightweight, efficient, and dependency-free auto-brightness daemon for Linux laptops.

Unlike other solutions that rely on heavy Python libraries (like OpenCV) or GUI tools, Lumos is written in pure C. It utilizes the V4L2 (Video4Linux2) API to capture ambient light data from your webcam and adjusts your screen brightness via the Sysfs interface.

Note: Lumos is designed for laptops and integrated screens managed via ACPI/GPU drivers. It does not support external monitors (HDMI/DP) controlled via DDC/CI.

Features

  • Zero Bloat: No Python, No OpenCV, No GStreamer. Just standard C libraries.
  • Ultra Lightweight: The compiled binary is ~20KB and uses negligible RAM/CPU.
  • Privacy Focused: Captures data in RAM, calculates the a…

Similar Posts

Loading similar posts...