diff --git a/scripts/core/sxmo_brightness.sh b/scripts/core/sxmo_brightness.sh index 5bbeed7..9de82e1 100755 --- a/scripts/core/sxmo_brightness.sh +++ b/scripts/core/sxmo_brightness.sh @@ -36,6 +36,7 @@ down() { } getvalue() { + # need brightnessctl release after 0.5.1 to have --percentage brightnessctl info \ | grep "Current brightness:" \ | awk '{ print $NF }' \