Files
cnix/modules/home/services/quickshell/shell/widgets/StyledWindow.qml
2025-06-30 17:19:24 +02:00

12 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"
}