Make built-in widgets plugins

This commit is contained in:
Ryan Hughes
2026-05-23 04:32:20 -04:00
parent fc180af54e
commit 4f0bdb790b
51 changed files with 565 additions and 230 deletions
+10 -2
View File
@@ -6,10 +6,18 @@
"author": "Omarchy",
"description": "Notification daemon, popups, and history",
"kinds": [
"service"
"service",
"bar-widget"
],
"keepLoaded": true,
"entryPoints": {
"service": "Service.qml"
"service": "Service.qml",
"barWidget": "BarWidget.qml"
},
"barWidget": {
"displayName": "Notification center",
"description": "Recent notifications + DND",
"category": "Status",
"allowMultiple": false
}
}