From 705465e7b15d818b11db8cba92bd7c1b96d3b4d1 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 25 Aug 2025 16:53:23 -0400 Subject: [PATCH] set bar to top level --- modules/bar/Bar.qml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml index 06f5572..1f468d4 100644 --- a/modules/bar/Bar.qml +++ b/modules/bar/Bar.qml @@ -1,12 +1,13 @@ -import qs.config -import QtQuick -import QtQuick.Layouts -import Quickshell import "components" import "components/bluetooth" import "components/hyprland" import "components/notifications" import "components/tray" +import qs.config +import QtQuick +import QtQuick.Layouts +import Quickshell +import Quickshell.Wayland PanelWindow { id: parentWindow @@ -18,6 +19,8 @@ PanelWindow { implicitHeight: Dimensions.bar.height color: 'transparent' + WlrLayershell.layer: WlrLayer.Top + Item { anchors.fill: parent