nosignal-shell/components/containers/StyledWindow.qml
2026-04-13 18:58:24 +10:00

15 lines
356 B
QML

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