waffles: popup notifs

This commit is contained in:
end-4
2025-12-22 23:01:42 +01:00
parent 29c8001785
commit d7ae6014ed
4 changed files with 78 additions and 7 deletions
@@ -135,8 +135,8 @@ Singleton {
property var groupsByAppName: groupsForList(root.list)
property var popupGroupsByAppName: groupsForList(root.popupList)
property var appNameList: appNameListForGroups(root.groupsByAppName)
property var popupAppNameList: appNameListForGroups(root.popupGroupsByAppName)
property list<string> appNameList: appNameListForGroups(root.groupsByAppName)
property list<string> popupAppNameList: appNameListForGroups(root.popupGroupsByAppName)
// Quickshell's notification IDs starts at 1 on each run, while saved notifications
// can already contain higher IDs. This is for avoiding id collisions