From ae878e390fef99c6e7867b97fced78567e058ad0 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 29 Apr 2025 19:57:07 +1000 Subject: feat: bar system tray --- modules/bar/Bar.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/bar/Bar.qml') 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 -- cgit v1.2.3-freya