https://github.com/hackerb9/brightness
Increase/decrease brightness, to be bound to key shortcuts
https://github.com/hackerb9/brightness
Last synced: 10 months ago
JSON representation
Increase/decrease brightness, to be bound to key shortcuts
- Host: GitHub
- URL: https://github.com/hackerb9/brightness
- Owner: hackerb9
- License: gpl-3.0
- Created: 2019-09-13T14:01:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T20:29:49.000Z (almost 5 years ago)
- Last Synced: 2025-03-23T19:16:25.434Z (about 1 year ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brightness
Changes brightness of all connected monitors in software. This is to be used in the case where `xbacklight` fails.
It was designed to be bound to keyboard shortcuts.

## Examples
brightness 75
brightness -5
brightness +10
## Usage
brightess [n] [+n] [-n]
n An integer from 0 to 100 specifies a brightness level.
+n Increase brightness by n.
-n Decrease brightness by n.
No argument shows current brightness level.
## Installation
1. wget https://github.com/hackerb9/brightness/raw/master/brightness
1. chmod 755 brightness
1. sudo mv brightness /usr/local/bin/
## See also sarmad
I've also written a program called [sarmad](https://github.com/hackerb9/sarmad) which works for external monitors using the built-in brightness keys on laptops. It monitors the brightness of the internal backlight and replicates that.