An ultra-simple backlight tool. Currently supports Linux.
- Linux with a backlight driver that supports
/sys/class/backlight
.
There is a systray-style widget for Awesome WM: gobo-awesome-light
The interface is via a simple command-line client, inspired by xbacklight
:
gobolight
- Displays current brightness on a scale from 0 to 100gobolight <n>
- Set brightness ton
on a scale from 0 to 100. 0 means "display off"; 100 means "full brightness".gobolight -inc <n>
- Increase brightness byn
, capping at 100 (full brightness).gobolight -dec <n>
- Decrease brightness byn
, capping at 0 (display off).