temperature thresholds: warm 80, hot 90

This commit is contained in:
Damocles 2026-04-13 00:00:47 +02:00
parent c973bd8163
commit 28fb0e4d00
2 changed files with 4 additions and 4 deletions

View file

@ -55,8 +55,8 @@ QtObject {
property var temperature: ({
enable: true,
interval: 2000,
warm: 60,
hot: 80
warm: 80,
hot: 90
})
property var cpu: ({
enable: true,