aboutsummaryrefslogtreecommitdiffstats
path: root/bin/lowbat
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lowbat')
-rwxr-xr-xbin/lowbat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lowbat b/bin/lowbat
index bccf7d2..7aaaede 100755
--- a/bin/lowbat
+++ b/bin/lowbat
@@ -18,7 +18,7 @@ ntf() {
while true ; do
acstat=$(acpi | awk '{print $3}' | rev | cut -c 2- | rev)
batlvl=$(acpi | awk '{print $4}' | rev | cut -c 3- | rev)
- if [ "$batlvl" -lt 115 ]; then
+ if [ "$batlvl" -lt 15 ]; then
while [ "$acstat" = "Discharging" ]; do
ntf
sleep 20