Files
z-bar-qt/Greeter/Components/CustomWindow.qml
Zacharias-Brohn 6b482979fe greeter test
2026-03-18 23:39:37 +01:00

10 lines
158 B
QML

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