aboutsummaryrefslogtreecommitdiffstats
path: root/home/quickshell/bar/Notification.qml
diff options
context:
space:
mode:
Diffstat (limited to 'home/quickshell/bar/Notification.qml')
-rw-r--r--home/quickshell/bar/Notification.qml11
1 files changed, 11 insertions, 0 deletions
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}`
+}
+