quickshell: notification daemon

This commit is contained in:
2025-10-13 19:09:04 +02:00
parent 1e06ae479e
commit 20821ef078
21 changed files with 1921 additions and 308 deletions

View File

@@ -7,23 +7,23 @@ import qs.Modules.Misc
import qs.Modules.Panel
import qs.Services
Scope {
ShellRoot {
id: root
Notification {
id: notification
}
IPCService {
id: ipcService
}
Bar {
id: bar
shell: root
}
Corners {
id: corners
shell: root
}
CalendarPanel {
@@ -38,4 +38,10 @@ Scope {
objectName: "controlCenterPanel"
}
NotificationHistoryPanel {
id: notificationHistoryPanel
objectName: "notificationHistoryPanel"
}
}