Create Hyprland IPC hook for silencing notifications, fix a typo in NotificationsWidget

This commit is contained in:
Amaro Lopes
2025-10-09 23:25:04 -03:00
parent 0a52c18f6f
commit 3c9d671535
3 changed files with 36 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ Singleton {
readonly property var trackedNotifications: notificationServer.trackedNotifications
readonly property var notificationsNumber: notificationServer.trackedNotifications.values.length
property bool notificationsMuted: false
property bool notificationsMuted: HyprlandService.hasFullscreen || HyprlandService.isScreencasting
property ListModel globalList: ListModel {}
NotificationServer {