diff --git a/system_files/deck/shared/usr/etc/ublue-update/ublue-update.toml b/system_files/deck/shared/usr/etc/ublue-update/ublue-update.toml index a1153dd5..04deb903 100644 --- a/system_files/deck/shared/usr/etc/ublue-update/ublue-update.toml +++ b/system_files/deck/shared/usr/etc/ublue-update/ublue-update.toml @@ -3,5 +3,5 @@ max_cpu_load_percent = 100.0 max_mem_percent = 90.0 [notify] - dbus_notify = true + dbus_notify = false 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 cc06a23a..e3c78926 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 = 30.0 + min_battery_percent = 10.0 max_cpu_load_percent = 90.0 max_mem_percent = 90.0 [notify]