10 lines
183 B
QML
10 lines
183 B
QML
import "root:/utils"
|
|
import "root:/config"
|
|
import Quickshell.Wayland
|
|
|
|
WlrLayershell {
|
|
required property string name
|
|
|
|
namespace: `caelestia-${name}`
|
|
color: "transparent"
|
|
}
|