gpu applet: use configurable warm/hot thresholds from module config
This commit is contained in:
parent
42d11e7a14
commit
4256c3b86f
3 changed files with 16 additions and 3 deletions
|
|
@ -60,7 +60,9 @@ QtObject {
|
|||
device: ""
|
||||
})
|
||||
property var gpu: ({
|
||||
enable: true
|
||||
enable: true,
|
||||
warm: 70,
|
||||
hot: 85
|
||||
})
|
||||
property var cpu: ({
|
||||
enable: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue