diff options
Diffstat (limited to 'widgets')
| -rw-r--r-- | widgets/StyledWindow.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/widgets/StyledWindow.qml b/widgets/StyledWindow.qml index d67bcd2..67280b6 100644 --- a/widgets/StyledWindow.qml +++ b/widgets/StyledWindow.qml @@ -1,10 +1,11 @@ import "root:/utils" import "root:/config" +import Quickshell import Quickshell.Wayland -WlrLayershell { +PanelWindow { required property string name - namespace: `caelestia-${name}` + WlrLayershell.namespace: `caelestia-${name}` color: "transparent" } |