-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Lenovo A940 doesn't have a light sensor, so I love this app, but the max brightness value of 9999 set the display brightness to under 10%.
The '''cat /sys/class/backlight/intel_backlight/max_brightness''' output is 120000
The maximum value allowed by the eyesome-cfg.sh is 9999, so I edited lines 118 & 126 to '''MonPage+=("${CfgArr[$((i++))]}"!0.1..120000!.01!2)'''
120000 and it works as expected. I'm not sure if it's worth the effort for the config script to pull the max value automatically, but at the very least, an FYI in case someone else runs into this.
Metadata
Metadata
Assignees
Labels
No labels