Make brightness control coarser
This commit is contained in:
parent
f30c15ade4
commit
8d640c4f0d
|
@ -10,7 +10,7 @@ let
|
|||
if test $curr -le 5.00 -a $curr -gt 1.00
|
||||
${light} -S 1
|
||||
else
|
||||
${light} -U 5
|
||||
${light} -U 10
|
||||
end
|
||||
'';
|
||||
|
||||
|
@ -22,7 +22,7 @@ let
|
|||
if test $curr -eq 0.00
|
||||
${light} -S 1
|
||||
else
|
||||
${light} -A 5
|
||||
${light} -A 10
|
||||
end
|
||||
'';
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue