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 /modules/lock/NotifGroup.qml | |
| 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 'modules/lock/NotifGroup.qml')
| -rw-r--r-- | modules/lock/NotifGroup.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lock/NotifGroup.qml b/modules/lock/NotifGroup.qml index 6862ccf..d5fc213 100644 --- a/modules/lock/NotifGroup.qml +++ b/modules/lock/NotifGroup.qml @@ -79,7 +79,7 @@ StyledRect { id: materialIconComp MaterialIcon { - text: Icons.getNotifIcon(root.notifs[0].summary.toLowerCase(), root.urgency) + text: Icons.getNotifIcon(root.notifs[0].summary, root.urgency) color: root.urgency === "critical" ? Colours.palette.m3onError : root.urgency === "low" ? Colours.palette.m3onSurface : Colours.palette.m3onSecondaryContainer font.pointSize: Appearance.font.size.large } |