Skip to content

Increase/decrease brightness, to be bound to key shortcuts

License

Notifications You must be signed in to change notification settings

hackerb9/brightness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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
  2. chmod 755 brightness
  3. sudo mv brightness /usr/local/bin/

See also sarmad

I've also written a program called 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.

About

Increase/decrease brightness, to be bound to key shortcuts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages