nosignal-shell/components/containers/StyledWindow.qml
2026-03-22 01:31:52 +11:00

11 lines
245 B
QML

import Quickshell
import Quickshell.Wayland
// qmllint disable uncreatable-type
PanelWindow {
// qmllint enable uncreatable-type
required property string name
WlrLayershell.namespace: `caelestia-${name}`
color: "transparent"
}