summaryrefslogtreecommitdiff
path: root/components/containers/StyledWindow.qml
blob: 8c6e39fc8514eeb3de5b28881798f4df40e4f895 (plain)
1
2
3
4
5
6
7
8
9
import Quickshell
import Quickshell.Wayland

PanelWindow {
    required property string name

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