Files
nixos-dots/dots/quickshell/widgets/StyledWindow.qml
zastian@mrthoddata.com 040bc459a4 quickshell lets gooo
2025-06-17 18:54:28 +01:00

12 lines
213 B
QML

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