disk module: warn color when any mount exceeds threshold (default 85%)

This commit is contained in:
Damocles 2026-04-22 20:06:08 +02:00
parent ad24015487
commit 621ec3bfc5
2 changed files with 11 additions and 1 deletions

View file

@ -70,7 +70,8 @@ QtObject {
})
property var disk: ({
enable: true,
interval: 30000
interval: 30000,
warnThreshold: 85
})
property var battery: ({
enable: true,