summaryrefslogtreecommitdiff
path: root/modules/notifications/Content.qml
blob: 86cef8beae2a47a4f6ae7d71e9ea8e5b75b8f8d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import "root:/widgets"
import "root:/services"
import "root:/config"
import Quickshell
import QtQuick

Column {
    id: root

    // padding: Appearance.padding.large

    anchors.bottom: parent.bottom
    anchors.right: parent.right

    spacing: Appearance.spacing.normal

    StyledRect {
        width: 300
        height: 100
        // color: Qt.rgba(255, 0, 0, 0.4)
    }
}