Fonction de luminosité ne fonctionne pas dans 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%-
Innocent Ibex