Files
z-bar-qt/Components/CustomWindow.qml
T
Zacharias-Brohn 88d795a73f start of refactor
2026-03-09 22:17:34 +01:00

10 lines
158 B
QML

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