add full proj

This commit is contained in:
2026-05-31 09:28:44 +02:00
commit f8a4536a02
26 changed files with 1307 additions and 0 deletions

9
widgets/Ram.qml Normal file
View File

@@ -0,0 +1,9 @@
import "../config"
import "../services"
MetricPill {
icon: Icons.memory
iconColor: Theme.loadColor(SysStats.mem)
value: SysStats.mem.toFixed(0) + "%"
reserve: "100%"
}