Inital commit checkpoint

This commit is contained in:
2025-08-31 23:39:53 -04:00
commit f5dbdea627
39 changed files with 2637 additions and 0 deletions

View 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
}