Commit graph

12 commits

Author SHA1 Message Date
Theluga
4e6c8ee256
fixing typo adding new script and service example
I figure out how to proper pull haha sorry for the confusion

The darker mode, when the illuminance is less than 1 i.e. 0, it will go to the target brightness that is 1. The target can be easily changed.

If the file AB.offset have 0 as value. Darker mode is activated and setting brightness will reset to target value 1 when illuminance is less than 1. if the file has value of 1, it will be the normal mode and the screen brightness can be adjusted until the illuminance sensor changes.

easier to change variables and places and chmod 666 /tmp/AB.offset for the user to change modes when script is running as root (systemd service) darker mode as default with normal mode done by typing "echo 1 > /tmp/AB.offset"

they are in autobrightness.sh
2023-12-17 14:17:55 +00:00
steel99xl
1cd755cab8
CPU priority levels
By default the priority level is set to 19 (the normal lowest priority a non-root user can set in Linux)
thank you for the suggestion and input Theluga.
2023-12-16 14:33:59 -05:00
steel99xl
a9d935789c
Update AutomaticBrightness.sh
improved comparison
2023-10-07 14:40:48 -04:00
steel99xl
7feec2dc38
New Controls 2023-10-07 14:14:40 -04:00
steel99xl
d43baea443
Add files via upload 2023-10-06 21:44:48 -04:00
steel99xl
9ae30173ee
Update AutomaticBrightness.sh 2023-10-06 21:33:30 -04:00
steel99xl
144bf3f876
Add files via upload 2023-10-06 21:28:13 -04:00
steel99xl
acb72c3269
Minimum brightness change thresh hold 2023-10-06 21:15:32 -04:00
steel99xl
78eb04caf7
Update AutomaticBrightness.sh 2023-10-04 17:23:02 -04:00
steel99xl
c2e20068c7
Add files via upload 2023-10-04 17:22:42 -04:00
steel99xl
bdd782d69d
Stop,Start,Kill
Now you can Stop, Start or even Kill the script by simply putting a file in /tmp
2023-09-24 17:22:54 -04:00
steel99xl
cc13862a9c
Add files via upload 2022-09-24 13:50:50 -04:00