quickshell: notification daemon
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user