Skip to content

A cli tool to alter screen brightness in linux systems with intel_backlight

License

Notifications You must be signed in to change notification settings

ayush--s/brightness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brightness

A cli tool to alter screen brightness in linux systems with intel_backlight

(needs root access to run)

usage:

$ sudo brightness -i 5  # 5% increase
$ sudo brightness -d 5  # 5% decrease

Installation

Get the latest build from releases page. Or,

$ git clone https://github.com/ayush--s/brightness
$ cd brightness && cargo install

full usage:

$ sudo brightness -h
brightness 0.1
change brightness of intel backlight on linux

USAGE:
    brightness [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --decrease <dec>    decrease brightness
    -i, --increase <inc>    increase brightness

About

A cli tool to alter screen brightness in linux systems with intel_backlight

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages