Comment change

This commit is contained in:
Scott C. MacCallum 2024-10-24 07:08:00 -04:00
parent 11c088c617
commit 80179187ff

View File

@ -36,7 +36,7 @@ hours=$(echo "scale=2; $charge / $discharge" | bc -l)
minutes=$(echo "scale=2; $hours * 60" | bc -l)
# Change the minimum variable to the minimum amount of minutes that a battery
# has left before the group is informed to recharge it e.g. 50.00. When I
# has left before the group is informed to recharge it e.g. 40.00. When I
# tested this and the battery-suspend.sh script, I was surprised to discover
# that the computer turned off despite having reported that there was 10
# minutes left! I created the battery-status.sh script to aid in my