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

PanelWindow {
    required property string name

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