diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-10 22:58:48 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-10 22:58:48 +1000 |
| commit | 5c807fc5494357fa272255564a04c245e9a3713f (patch) | |
| tree | 0d4b88bfc0d3351444238c9d72f0db77cedb26c6 /services/Notifs.qml | |
| parent | notifs: notif actions (diff) | |
| download | caelestia-shell-5c807fc5494357fa272255564a04c245e9a3713f.tar.gz caelestia-shell-5c807fc5494357fa272255564a04c245e9a3713f.tar.bz2 caelestia-shell-5c807fc5494357fa272255564a04c245e9a3713f.zip | |
notifs: colour by urgency
Diffstat (limited to 'services/Notifs.qml')
| -rw-r--r-- | services/Notifs.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/Notifs.qml b/services/Notifs.qml index 4d1f986..d81b90d 100644 --- a/services/Notifs.qml +++ b/services/Notifs.qml @@ -55,6 +55,7 @@ Singleton { readonly property string appIcon: notification.appIcon readonly property string appName: notification.appName readonly property string image: notification.image + readonly property var urgency: notification.urgency // Idk why NotificationUrgency doesn't work readonly property list<NotificationAction> actions: notification.actions readonly property Timer timer: Timer { |