Files
quickshell-config/common/NotificationServer.qml
2025-08-31 23:39:53 -04:00

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
}