LordAmit / Brightness

Using Brightness Controller, you can control brightness of both primary and external displays in Linux. Check it out!
Other
1.06k stars 84 forks source link

Idea to work with Night Light #259

Open freebiesoft opened 3 weeks ago

freebiesoft commented 3 weeks ago

Is your feature request related to a problem? Please describe. It is annoying when you set the night light, and it resets the brightness back to full. Also vice-versa; when you attempt to adjust via the brightness-controller app again, the night seems to turn off.

Describe the solution you'd like When night light gets turned on, perhaps there's not much you can do to stop that app from taking control of the brightness settings. However, when going back to the brightness controller, maybe the brightness controller could try to detect if the night light is enabled via dconf, i.e., dconf read /org/gnome/settings-daemon/plugins/color/night-light-enabled, and if it is, take the corresponding temperature value, dconf read /org/gnome/settings-daemon/plugins/color/night-light-temperature, and perhaps use that to automatically reduce the blue and green values by a proportionate amount?