From a1a6c3eb43be13cae40dff841fc9e08487d123d6 Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Wed, 25 Aug 2021 20:02:06 +0200 Subject: [PATCH] Set minimum brightness to 5% Signed-off-by: Stacy Harper Signed-off-by: Maarten van Gompel --- scripts/core/sxmo_brightness.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/core/sxmo_brightness.sh b/scripts/core/sxmo_brightness.sh index f492b2c..86588f5 100755 --- a/scripts/core/sxmo_brightness.sh +++ b/scripts/core/sxmo_brightness.sh @@ -17,6 +17,7 @@ up() { } down() { + light -N 5 light -U 5 }