🔆 set-brightness - Adjust the display brightness from command-line for Linux
USAGE
set-brightness - Adjust the display brightness from command-line for Linux (v1.0)
USAGE: set-brightness [LEVEL]
OPTIONS:
LEVEL Brightness level, specify a value between 0 - 100
-h or --help Print help (this message) and exit
--version Print version information and exit
EXAMPLES:
set-brightness 50 - Set brightness level to 50%
INSTALLATION
EXAMPLE
READ BLOG POST
Contributors
- See Contributors







I had a couple of issue with my machine with no bash or sudo (KISS linux). so I removed bashisms (Bash only expressions) and made fully posix compliant. I also had it check for sudo before running so users could run the command as root instead.
github.com/tuladhar/set-brightness...