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

PanelWindow {
    required property string name

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