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
@@ -0,0 +1,15 @@
{
"schemaVersion": 1,
"name": "Quick settings",
"version": "1.0.0",
"author": "Blob",
"description": "Control centre with tiles, sliders, calendar, media, and weather",
"id": "blob.quick-settings",
"kinds": [
"overlay"
],
"keepLoaded": true,
"entryPoints": {
"overlay": "QuickSettings.qml"
}
}