A Bash script that can help you change your brightness level by using a custom shortcut.
Install bc if it isn't already. We will need bc to work with decimals since the bash shell ignores the decimal point.
sudo apt-get install bc
-
Copy the adjustbrightness.sh file to your home directory
-
Give it a name and custom shortcut
-
Finally paste "./adjustbrightness.sh 0.1" and "./adjustbrightness.sh -0.1" to the command section of increase and decrease shortcuts respectively
If you like this, do not forget to give us a Star!