-
Notifications
You must be signed in to change notification settings - Fork 52
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
Graduated transition when setting brightness #26
Comments
Sure! It's an awesome idea. I'll definitely merge a PR. If you're up to it, I'd be glad to discuss the implementation with you. |
I would be happy to try and help with this—it would be my first |
Great!
I'd also like you to consider what would happen if a user executes multiple instances of smooth transition concurrently, and how/whether we'd need to handle that. |
FWIW my project brillo implements this feature. Most of the functionality to enable it is concentrated in this file (note: this is 0BSD now). Some tips from my experience:
Best of luck! |
This would be a really nice feature. Unfortunately my C skills are very limited, so I can not provide a PR. However, I wrote this short BASH script that does the job:
Adjust the values to fit your needs. |
There's some work-in-progress code in the anim branch, I think there are a few concurrency left to be resolved. |
Would it be possible to implement an option to transition the fade when setting, ie.
brightnessctl set 5%-
, so that it's more aesthetically pleasing and feels less clunky as it steps up or down?The text was updated successfully, but these errors were encountered: