11 lines
203 B
QML
11 lines
203 B
QML
import qs.utils
|
|
import qs.config
|
|
import Quickshell
|
|
import Quickshell.Wayland
|
|
|
|
PanelWindow {
|
|
required property string name
|
|
|
|
WlrLayershell.namespace: `caelestia-${name}`
|
|
color: "transparent"
|
|
}
|