11 lines
245 B
QML
11 lines
245 B
QML
import Quickshell
|
|
import Quickshell.Wayland
|
|
|
|
// qmllint disable uncreatable-type
|
|
PanelWindow {
|
|
// qmllint enable uncreatable-type
|
|
required property string name
|
|
|
|
WlrLayershell.namespace: `caelestia-${name}`
|
|
color: "transparent"
|
|
}
|