Files
dotfiles/.config/quickshell/caelestia/components/containers/StyledWindow.qml

10 lines
170 B
QML

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