Files
I-DeskPet/components/containers/StyledWindow.qml
T
2025-10-20 10:53:55 +02:00

10 lines
170 B
QML

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