You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 3 years ago | |
.gitlab-ci.yml | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
main.go | 3 years ago | |
screenshot.png | 2 years ago | |
tui.go | 3 years ago |
README.md
brightness
Backlight utility for Linux
Screenshot
Install
go get gitlab.com/tslocum/brightness
cp ~/go/bin/brightness /sbin/brightness
sudo visudo
Add the following line to your sudoers file to use brightness
without entering a password:
%wheel ALL=(ALL) NOPASSWD: /sbin/brightness
You may need to modify %wheel
to match the superuser group of your system.
Usage
sudo
is required to modify brightness. It is omitted below for clarity.
Set
brightness 60
brightness 80%
Decrease
brightness -10
brightness -20%
Increase
brightness 10
brightness +20%
Interactive
brightness -i
Supports input via Vim keybindings, arrow keys and mouse.
Support
Please share issues and suggestions here.