Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cassanof/goblight
https://github.com/cassanof/goblight
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cassanof/goblight
- Owner: cassanof
- Created: 2021-11-01T12:30:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T19:11:48.000Z (about 3 years ago)
- Last Synced: 2024-06-19T18:06:47.172Z (7 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoBLight - An extra simple backlight program for GNU/Linux
The simplicity of this program derives from the fact that it only utilizes `/sys/class/backlight/*` files to control backlight instead of using bloated Xorg drivers.
Change the driver in `main.go` to your own one.
This program needs to be run with the SUID bit set to root
Run `sudo make install` to automatically set SUID bit and perms (binary will be installed at `/usr/bin/goblight`).