progress
This commit is contained in:
parent
cc71593a9b
commit
1a27b905bf
16 changed files with 622 additions and 177 deletions
18
modules/notifications/Notification.qml
Normal file
18
modules/notifications/Notification.qml
Normal file
|
@ -0,0 +1,18 @@
|
|||
import Quickshell
|
||||
import Quickshell.Widgets
|
||||
import Quickshell.Services.Notifications
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
|
||||
import "../../config"
|
||||
import "../../services"
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
color: "transparent"
|
||||
required property Notification.Notif modelData
|
||||
|
||||
Text {
|
||||
text: root.modelData.summary
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue