From 80179187ff6001a317629f6482cd91c2a0729153 Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Thu, 24 Oct 2024 07:08:00 -0400 Subject: [PATCH] Comment change --- battery-monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battery-monitor.sh b/battery-monitor.sh index cfb4aa1..31d625b 100755 --- a/battery-monitor.sh +++ b/battery-monitor.sh @@ -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