Set minimum brightness to 5%

Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
Stacy Harper 2021-08-25 20:02:06 +02:00 committed by Maarten van Gompel
parent b94c16540f
commit a1a6c3eb43

View file

@ -17,6 +17,7 @@ up() {
}
down() {
light -N 5
light -U 5
}