From 095678e77fcd9ad2c1ed1ffc98fc66d2f19ccf64 Mon Sep 17 00:00:00 2001 From: Willow Barraco Date: Fri, 11 Aug 2023 09:28:27 +0200 Subject: [PATCH] Comment percentage manual computing --- 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 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 }' \