9 lines
258 B
QML
9 lines
258 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
import Quickshell.Services.Notifications
|
|
|
|
Singleton {
|
|
readonly property list<Notification> notifications: NotificationServer.trackedNotifications.values
|
|
readonly property int amountNotifications: notifications.length
|
|
} |