Backlight utility for Linux
Go to file
Trevor Slocum 667f953363 Initial commit 2020-10-10 13:32:39 -07:00
.gitignore Initial commit 2020-10-10 13:32:39 -07:00
.gitlab-ci.yml Initial commit 2020-10-10 13:32:39 -07:00
LICENSE Initial commit 2020-10-10 13:32:39 -07:00
README.md Initial commit 2020-10-10 13:32:39 -07:00
go.mod Initial commit 2020-10-10 13:32:39 -07:00
main.go Initial commit 2020-10-10 13:32:39 -07:00

README.md

brightness

CI status Donate

Backlight utility

Install

go get gitlab.com/tslocum/brightness

Usage

Set

brightness 60
brightness 80%

Decrease

brightness -10
brightness -20%

Increase

brightness 10
brightness +20%

Support

Please share issues and suggestions here.