Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 696 Bytes

File metadata and controls

40 lines (29 loc) · 696 Bytes

backlight_control

Control the backlight brightness.

I had some problems with xbacklight in combination with the proprietary nvidia driver, so I wrote a replacement.

Build

make

Install

sudo make install

Uninstall

sudo make uninstall

Usage

$ backlight_control -h
Usage: backlight_control [-h] [[+|-]<value>]

Examples:
        backlight_control
        backlight_control +10
        backlight_control -10
        backlight_control 50

backlight_control prints the current brightness

backlight_control +n increases brightness by n%

backlight_control -n decreases brightness by n%

backlight_control n sets the brightness to n%