chore: Minor adjustment to ublue-update settings. Don't dbus notify on deck builds, reduce battery requirement on desktop builds until battery check issues are resolved.

This commit is contained in:
Kyle Gospodnetich 2024-01-02 16:01:53 -08:00
parent 327c6903df
commit 076aca71f0
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@
max_cpu_load_percent = 100.0
max_mem_percent = 90.0
[notify]
dbus_notify = true
dbus_notify = false

View File

@ -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]