From 34268147e636d78855c14ca3ad4023d99904d8a3 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 30 Apr 2025 22:19:50 +0200 Subject: [PATCH] set namespace for bar --- .config/quickshell/modules/bar/Bar.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/quickshell/modules/bar/Bar.qml b/.config/quickshell/modules/bar/Bar.qml index 989d3cf33..b4b35e87c 100644 --- a/.config/quickshell/modules/bar/Bar.qml +++ b/.config/quickshell/modules/bar/Bar.qml @@ -7,6 +7,7 @@ import QtQuick.Controls import QtQuick.Layouts import Qt5Compat.GraphicalEffects import Quickshell +import Quickshell.Wayland import Quickshell.Hyprland import Quickshell.Io import Quickshell.Services.Mpris @@ -27,6 +28,7 @@ Scope { property var modelData screen: modelData + WlrLayershell.namespace: "quickshell:bar" height: barHeight + Appearance.rounding.screenRounding exclusiveZone: barHeight mask: Region {