quickshell/widgets/StyledWindow.qml
2025-06-10 15:34:15 +02:00

11 lines
213 B
QML

import "root:/utils"
import "root:/config"
import Quickshell
import Quickshell.Wayland
PanelWindow {
required property string name
WlrLayershell.namespace: `caelestia-${name}`
color: "transparent"
}