Inital commit checkpoint
This commit is contained in:
9
common/NotificationServer.qml
Normal file
9
common/NotificationServer.qml
Normal file
@@ -0,0 +1,9 @@
|
||||
pragma Singleton
|
||||
|
||||
import Quickshell
|
||||
import Quickshell.Services.Notifications
|
||||
|
||||
Singleton {
|
||||
readonly property list<Notification> notifications: NotificationServer.trackedNotifications.values
|
||||
readonly property int amountNotifications: notifications.length
|
||||
}
|
||||
Reference in New Issue
Block a user