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