diff options
Diffstat (limited to 'modules/bar/Bar.qml')
| -rw-r--r-- | modules/bar/Bar.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml index 49ab55c..7608d49 100644 --- a/modules/bar/Bar.qml +++ b/modules/bar/Bar.qml @@ -10,14 +10,13 @@ import QtQuick.Controls Variants { model: Quickshell.screens - WlrLayershell { + StyledWindow { id: win required property ShellScreen modelData screen: modelData - namespace: "caelestia-bar" - color: "transparent" + name: "bar" width: BarConfig.vertical ? BarConfig.preset.totalHeight : -1 height: BarConfig.vertical ? -1 : BarConfig.preset.totalHeight |