mirror of
https://github.com/polybar/polybar.git
synced 2026-02-22 11:15:55 +00:00
As the kernel documentation said: https://www.kernel.org/doc/Documentation/ABI/stable/sysfs-class-backlight This file will also show the brightness level stored in the driver, which may not be the actual brightness (see actual_brightness). Therefore the brightness value should be read in the actual_brightness file. Fix #1180