A program to change the backlight intensity for linux systems. I do not know if it works on Unix Systems. Requires running as sudo or root
- -q: Shows the current brightness
- -s: [float between 0-100]: sets the brightness
- -i: [float between 0-100]: increment brightness by given float
- -d: [float between 0-100]: decrement brightness by given float
use clang or g++ to compile main.cpp
move to /usr/local/bin/ or /usr/bin/ directories to use