-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQ] Automatic brightness adjust based on content #242
Comments
Hi! Thanks for opening this feature request!
For example:
Moreover, Clight would expose new dbus API to let Screen module do a capture, so that one can manually trigger the behavior. Again, thank you very much for your input! |
Glad to be helpful in whatever small way possible... That's a great idea for determining required brightness based on sliding window algorithm. Would love to try out your implementation of the idea. What I mean to say is, Clight is already using the required modules for screen brightness control, so... personally, I prefer to use one program for a specific task on all my machines to make things simpler for me. Then, I can override any one of the functions manually in a simple script, if using on a machine that may not benefit from the ambient lighting, but will benefit from percentage of screen content that is white...or of brighter tones...or maybe the other way round (probably something like --no-camera or --no-screen-content) So, it would be something like this:
And, I second your choice of manual behaviour on battery. Automated features would surely be helpful on Desktops, but may not be ideal for laptops (with weak or old battery) |
…rightness adjustments. This is a conf-API break as SCREEN module configurations has changed. Refs #242 Signed-off-by: Federico Di Pierro <[email protected]>
Hi!
Present!
Present!
You can enable
This is not so useful IMHO, without knowing ambient brightness (ie: using it together with backlight captures)
Without auto calibration enabled and with screen-content based disabled -> you can have a keyboard shortcut to trigger the "Capture" action (same that you can find on Clight desktop file)
Same as above but with screen-content based enabled To trigger Clight Capture, you can use Clight DBus API: or use the provided desktop file! |
Just wanted to let you know that the feature is now in master, if you are still looking forward to play with it :D |
It's such an honor...being updated about this after so many months directly from you !! Thank you sir...I really appreciate it. Btw, I was using acpilight for the time being, since I was busy with my dissertation work. But now its done, so, I'll definitely check it out. Actually things didn't work very well when I last tried it around March. I was having some issues integrating it with my XMonad WM. Had some high cpu usage issues for me. But, I'll try it again this time. 😄 |
Since this is a released feature (even if not perfect perhaps but pretty tweakable) I'll close this issue :) |
Your project is pretty interesting..but I felt that something can be added to make it even better. Would you like to take a look at Lumen and see if we can get that behaviour in Clight?
I understand Clight primarily aims at adjusting brightness based on ambient light, but the framework is pretty light to work as a brightness controlling utility using keyboard shortcuts for window manager based workflows too. In that case, switching between web browser and a full screen terminal... specially on 14" laptops is a real pain at night.
The text was updated successfully, but these errors were encountered: