nosignal-shell/widgets/StyledWindow.qml
2025-07-16 18:02:28 +10:00

11 lines
203 B
QML

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