brightness: up the step
This commit is contained in:
parent
165c551919
commit
e809b65134
@ -12,7 +12,7 @@ fi
|
|||||||
|
|
||||||
max=$(cat "$dir/max_brightness")
|
max=$(cat "$dir/max_brightness")
|
||||||
now=$(cat "$dir/brightness")
|
now=$(cat "$dir/brightness")
|
||||||
step=$((max * 3 / 100))
|
step=$((max * 5 / 100))
|
||||||
min=100
|
min=100
|
||||||
|
|
||||||
clamp() {
|
clamp() {
|
||||||
|
Loading…
Reference in New Issue
Block a user