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 }