From b6e37c8773167c64baccb6c252cdfd57f2d48f29 Mon Sep 17 00:00:00 2001 From: vg Date: Wed, 4 Jul 2018 20:44:05 +0200 Subject: updating threshold for critical hibernate --- scripts/critical_hibernate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/critical_hibernate.py b/scripts/critical_hibernate.py index 8db2edc..f7128e2 100755 --- a/scripts/critical_hibernate.py +++ b/scripts/critical_hibernate.py @@ -22,7 +22,7 @@ import time # Then, do a systemctl enable --now critical_hibernate sysfs_path = '/sys/class/power_supply/BAT0/uevent' -threshold = 9 +threshold = 10 run_hibernate = True original_print = print -- cgit v1.2.3