disk module: warn color when any mount exceeds threshold (default 85%)
This commit is contained in:
parent
ad24015487
commit
621ec3bfc5
2 changed files with 11 additions and 1 deletions
|
|
@ -70,7 +70,8 @@ QtObject {
|
|||
})
|
||||
property var disk: ({
|
||||
enable: true,
|
||||
interval: 30000
|
||||
interval: 30000,
|
||||
warnThreshold: 85
|
||||
})
|
||||
property var battery: ({
|
||||
enable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue