Brightness function not working problem in kali linux Code Example
brightness function not working problem in kali linux
// for installing the brightness command tools
sudo apt-get install brightnessctl
// for increasing brightness
brightnessctl -q s +10%
// for decreaseing brightness
brightnessctl -q s 10%-