diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml index bacf1922..11acf1c5 100644 --- a/modules/notifications/Notification.qml +++ b/modules/notifications/Notification.qml @@ -182,7 +182,7 @@ StyledRect { return "screenshot_monitor"; if (summary.includes("welcome")) return "waving_hand"; - if (summary.includes("time")) + if (summary.includes("time") || summary.includes("a break")) return "schedule"; if (summary.includes("installed")) return "download";