diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-10 23:28:10 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-10 23:28:10 +1000 |
| commit | e7c2c2bc6d20878055e5f7c73712368b8396536e (patch) | |
| tree | 02cca32b1f8f3ef721adcdd7246bd1904fda8810 /modules/notifications | |
| parent | notifs: all notifs have icon (diff) | |
| download | caelestia-shell-e7c2c2bc6d20878055e5f7c73712368b8396536e.tar.gz caelestia-shell-e7c2c2bc6d20878055e5f7c73712368b8396536e.tar.bz2 caelestia-shell-e7c2c2bc6d20878055e5f7c73712368b8396536e.zip | |
notifs: add guess
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"; |