File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ # backlightd
2+
3+ This tool aims to manage the backlight of all your monitors (laptop + external ones) at the same time.
4+
5+ Some alternatives exist but they all have some drawbacks:
6+
7+ - brightnessctl : unable to manage external monitors unless you install an out-of-tree kernel module
8+ - ddcutil : unable to manage laptops' builtin monitor + extremely slow
9+ - clightd : written in C, prone to bugs and vulnerabilities (its daemon runs as root)
10+
11+ Features:
12+
13+ - Automatically adjust brightness based on sunrise/sunset at your location.
14+ - Allows you to take over and manually set the desired brightness
15+ - Caching mechanism which enables way more reactive external monitors brightness change than ddcutil would by default.
16+
17+ Roadmap:
18+
19+ - Change color temperature of monitors
20+ - Support luminescence sensors
You can’t perform that action at this time.
0 commit comments