Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3ventic/brightness
for controlling backlighting via intel_backlight sysfs
https://github.com/3ventic/brightness
Last synced: about 1 month ago
JSON representation
for controlling backlighting via intel_backlight sysfs
- Host: GitHub
- URL: https://github.com/3ventic/brightness
- Owner: 3ventic
- License: mit
- Created: 2019-06-16T10:38:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T00:13:52.000Z (11 months ago)
- Last Synced: 2024-10-16T09:18:30.183Z (3 months ago)
- Language: Go
- Size: 992 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What's this
This is a small app I wrote so I can hook up keyboard shortcuts in i3 to control the brightness levels on my XPS15 when xbacklight failed to do so.
## Usage
```
./install
brightness # get current %
brightness -inc # increase by 2%
brightness -dec # decrease by 2%
```