nosignal-shell/widgets/StyledWindow.qml
2025-04-29 19:57:07 +10:00

10 lines
183 B
QML

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