nosignal-shell/components/containers/StyledWindow.qml
2 * r + 2 * t 7157fe2cdd picker: fix clients for special ws
Also focus on first window if none focused on init
2025-08-09 17:18:51 +10:00

9 lines
170 B
QML

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