Extract notification center bar widget

This commit is contained in:
David Heinemeier Hansson
2026-07-25 10:59:09 -07:00
parent 6cea478581
commit fc4caf3c60
7 changed files with 10 additions and 458 deletions
+3 -11
View File
@@ -4,20 +4,12 @@
"name": "Notifications",
"version": "1.0.0",
"author": "Omarchy",
"description": "Notification daemon, popups, and history",
"description": "Notification daemon, popups, DND, and history",
"kinds": [
"service",
"bar-widget"
"service"
],
"keepLoaded": true,
"entryPoints": {
"service": "Service.qml",
"barWidget": "BarWidget.qml"
},
"barWidget": {
"displayName": "Notification center",
"description": "Recent notifications + DND",
"category": "Status",
"allowMultiple": false
"service": "Service.qml"
}
}