FedeDP / Clight

A C daemon that turns your webcam into a light sensor. It will adjust screen backlight based on ambient brightness.
GNU General Public License v3.0
722 stars 27 forks source link

[Question] How to disable ambient light-based backlight adjustments? #299

Open GrandTheftWalrus opened 4 months ago

GrandTheftWalrus commented 4 months ago

Clight seems to be working for me (Arch Linux, clight version 4.11-706250c, KDE 6.0.4 using X11), but I only want it to adjust the screen brightness and temperature based on sunset/sunrise, and not based on ambient light. I read through the documentation, settings, and issues and am not sure what setting to change in order to do this. There is the option "--no-auto-calib", but I think what this does is prevent clight from adjusting brightness based on screen content.

So, in summary, how do I have clight change the brightness (in addition to screen temperature) based only on time of day, and not ambient light?

On a side note, there are some other things I was wondering:

Thank you for any help you can give.

tbertels commented 3 months ago

You may want to use ddcutil (ddcutil setvcp 10 [brightness]) for the brightness, and Plasma settings for temperature based on sunset/sunrise. clight is especially useful for laptops in changing ambient light conditions.