diff options
Diffstat (limited to 'modules/notifications')
| -rw-r--r-- | modules/notifications/Notification.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |