Light

From wikinotes

light allows you to control your backlight brightness.

Install

sudo pacman -S light
usermod -a -G video will   # add your user to group 'video'


Usage

light -S 100   # set 100% brigthness
light -A 10    # increase brightness 10%
light -U 10    # decrease brightness 10%