diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-27 18:02:51 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-27 18:02:51 +1000 |
| commit | 8311eed7a6ed67a41866935f8644707516c05ecd (patch) | |
| tree | 4348a336882cea098c790d019d1b9e9c93844a27 /utils | |
| parent | internal: better copy (diff) | |
| download | caelestia-shell-8311eed7a6ed67a41866935f8644707516c05ecd.tar.gz caelestia-shell-8311eed7a6ed67a41866935f8644707516c05ecd.tar.bz2 caelestia-shell-8311eed7a6ed67a41866935f8644707516c05ecd.zip | |
internal: move notif icon lower
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/Icons.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Icons.qml b/utils/Icons.qml index 826ccbe..76eef43 100644 --- a/utils/Icons.qml +++ b/utils/Icons.qml @@ -147,6 +147,7 @@ Singleton { } function getNotifIcon(summary: string, urgency: int): string { + summary = summary.toLowerCase(); if (summary.includes("reboot")) return "restart_alt"; if (summary.includes("recording")) |