From 08297376a85a1719518507e54fca9de954d2376a Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Thu, 23 May 2024 13:56:00 +0300 Subject: Agenix configuration --- home/quickshell/bar/Notification.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 home/quickshell/bar/Notification.qml (limited to 'home/quickshell/bar/Notification.qml') diff --git a/home/quickshell/bar/Notification.qml b/home/quickshell/bar/Notification.qml new file mode 100644 index 0000000..b86a966 --- /dev/null +++ b/home/quickshell/bar/Notification.qml @@ -0,0 +1,11 @@ +import QtQuick + +Text { + required property int id + required property string body + required property string summary + property int margin + + text: `- ${summary}: ${body}` +} + -- cgit v1.2.3-70-g09d2