commands.sh

light

linux

Control the backlight of your screen.

More info →

Examples (4)

Get the current backlight value in percent

Set the backlight value to 50 percent

light -S 50

Reduce 20 percent from the current backlight value

light -U 20

Add 20 percent to the current backlight value

light -A 20
made by @shridhargupta | data from tldr-pages