From b375657e7004b1dfa174967f5e4a663ece745c53 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 4 Jan 2024 10:34:02 -0800 Subject: [PATCH] chore: Restore desktop battery check now that patched psutil is ready --- .../desktop/shared/usr/etc/ublue-update/ublue-update.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_files/desktop/shared/usr/etc/ublue-update/ublue-update.toml b/system_files/desktop/shared/usr/etc/ublue-update/ublue-update.toml index e3c78926..cc06a23a 100644 --- a/system_files/desktop/shared/usr/etc/ublue-update/ublue-update.toml +++ b/system_files/desktop/shared/usr/etc/ublue-update/ublue-update.toml @@ -1,5 +1,5 @@ [checks] - min_battery_percent = 10.0 + min_battery_percent = 30.0 max_cpu_load_percent = 90.0 max_mem_percent = 90.0 [notify]