Port the AGS widgets into the shell as plugins

This commit is contained in:
2026-09-20 00:09:41 -04:00
parent c5434026a8
commit 0c422e7345
31 changed files with 1740 additions and 17 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"schemaVersion": 1,
"name": "System monitor",
"version": "1.0.0",
"author": "Blob",
"description": "CPU, memory, disk, and temperature meters",
"id": "blob.sysmon",
"kinds": [
"overlay"
],
"keepLoaded": true,
"entryPoints": {
"overlay": "SysMonitor.qml"
}
}