10 lines
158 B
QML
10 lines
158 B
QML
import Quickshell
|
|
import Quickshell.Wayland
|
|
|
|
PanelWindow {
|
|
required property string name
|
|
|
|
WlrLayershell.namespace: `ZShell-${name}`
|
|
color: "transparent"
|
|
}
|