quickshell-toki-night/custom/CustomWindow.qml

10 lines
172 B
QML

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