brightness: up the step

This commit is contained in:
Motiejus Jakštys 2025-03-07 08:03:13 +00:00
parent 165c551919
commit e809b65134

View File

@ -12,7 +12,7 @@ fi
max=$(cat "$dir/max_brightness")
now=$(cat "$dir/brightness")
step=$((max * 3 / 100))
step=$((max * 5 / 100))
min=100
clamp() {