bar resource usage indicator

This commit is contained in:
end-4
2025-04-11 01:16:55 +02:00
parent ad63ae699f
commit 742ec413f3
8 changed files with 140 additions and 13 deletions
@@ -7,5 +7,8 @@ Singleton {
property int workspacesShown: 10
property int batteryLowThreshold: 20
}
property QtObject resources: QtObject {
property int updateInterval: 3000
}
}