configurable polling intervals and thresholds per module

This commit is contained in:
Damocles 2026-04-12 17:44:52 +02:00
parent 0eaba947f4
commit 7a4e1859a9
11 changed files with 64 additions and 32 deletions

View file

@ -26,7 +26,7 @@ M.BarSection {
}
}
Timer {
interval: 2000
interval: M.Modules.memory.interval || 2000
running: true
repeat: true
onTriggered: meminfo.reload()