-
Notifications
You must be signed in to change notification settings - Fork 19
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
Needs feedback on toggle #3
Comments
The max brightness option can be turned off since last commit db1fa25 |
I tried to make it, but it's not easy to create a user notification from a daemon process. I found that notify-send only works if HOME env variable is set up to a home dir of a current user. Maybe once I will try to find a crate to make it. |
Hello @mikhail-m1, Thanks for you work, it's really great For this feature, Line 136 in c1ebdc7
instead of writing directly on the /proc fileyou can signal the change to the operating system with ACPI tool :
$ dpkg -S /usr/share/acpi-support/key-constants
acpi-support: /usr/share/acpi-support/key-constants
$ grep -P '=22[45]' /usr/share/acpi-support/key-constants
KEY_BRIGHTNESSDOWN=224
KEY_BRIGHTNESSUP=225
I don't know if it's a good idea and i'm not familiar with this coding language Cheers, Cary |
@cary-geoffroy thanks for the suggestion, but as I understand the issue is about notifications for |
That's true
It could be annoying,
Thanks for your feedback
Cary
Le lun. 17 août 2020 à 13:45, Mikhail Modin <[email protected]> a
écrit :
… @cary-geoffroy <https://github.com/cary-geoffroy> thanks for the
suggestion, but as I understand the issue is about notifications for
<FN>-A. And I think notifications about back light level change would be
really annoying.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APLAUPK6AGD5MOQ4FKVKEDDSBEJ43ANCNFSM4EXTII7A>
.
|
Hello! Not sure if this is already implemented and not working for my machine, but here...
I have an Asus Zenbook UX410UQ, Ubuntu 17.10, 4.13.0-37-generic.
To enable the ambient light sensor, I first tried the first answer here but ran into some issues (I could enable, but not disable the service), so I decided to use your (amazingly done) daemon.
Only issue I have is I don't seem to have a way of seeing which option is active at any time aside from using FN+A to toggle between options and guessing which is which. It would be amazing if there was a system notification every time the service is toggled, saying something like "Ambient Light Sensor Enabled/Disabled". I would also like to be able to turn off the Max brightness option.
The text was updated successfully, but these errors were encountered: