From e7c2c2bc6d20878055e5f7c73712368b8396536e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 10 May 2025 23:28:10 +1000 Subject: notifs: add guess --- modules/notifications/Notification.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/notifications/Notification.qml') diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml index bacf192..11acf1c 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"; -- cgit v1.2.3-freya