Page 1 of 1

Simple brightness control tool.

Posted: 27 Feb 2022, 11:02
by Testuser
Hi Team,

Simple brightness control tool for laptops using xbacklight (Python Script).

This one uses the program called "Yad" included in the package.

I am not the owner of this program.

For me sliding causes a little bit delay in brightness change, but clicking on certain points instantly changes brightness to that value.

Click out of the window and programs exits.

In python script found below line, which I beleive uses the hardware to control brightness.

SYS_PATH = ["/sys/class/backlight", "/sys/class/leds"]

Please note this package contains an autostart script at location "/home/guest/.config/lxsession/LXDE" I used to set the brightness for me.

https://www.mediafire.com/file/4nls5daj ... 0.xzm/file

:)