gpu applet: use configurable warm/hot thresholds from module config

This commit is contained in:
Damocles 2026-04-24 21:17:50 +02:00
parent 42d11e7a14
commit 4256c3b86f
3 changed files with 16 additions and 3 deletions

View file

@ -60,7 +60,9 @@ QtObject {
device: ""
})
property var gpu: ({
enable: true
enable: true,
warm: 70,
hot: 85
})
property var cpu: ({
enable: true