summaryrefslogtreecommitdiff
path: root/widgets/StyledWindow.qml
blob: d67bcd2fa64f5c67b50f50dfc8c2c040ac99bb30 (plain)
1
2
3
4
5
6
7
8
9
10
import "root:/utils"
import "root:/config"
import Quickshell.Wayland

WlrLayershell {
    required property string name

    namespace: `caelestia-${name}`
    color: "transparent"
}