steel99xl / Mac-like-automatic-brightness

A simple script to provide a "Mac" like automatic brightness adjustemnt/ animation
17 stars 4 forks source link

setup.sh destroys AutomaticBrightness.sh #8

Closed matthiaswaechter closed 9 months ago

matthiaswaechter commented 9 months ago

In the current version, performing executing setup.sh results in a disfunctional AutomaticBrightness.sh. It will alway reduce brightness to the lowest possible value. I believe there is something wrong with the awk line, but cannot figure this out.

steel99xl commented 9 months ago

Yea, awk was capturing "SensorToDisplayScale" when it need to capture "SensorToDisplayScale=" it should be fixed in the recent commit.