From 6eb216475658dda3f921b176ffd6740fc65784ce Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 10 Jul 2025 12:59:10 +1000 Subject: internal: add utilities panel base --- modules/drawers/Backgrounds.qml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/drawers/Backgrounds.qml') diff --git a/modules/drawers/Backgrounds.qml b/modules/drawers/Backgrounds.qml index b7e3d39..30f8c9f 100644 --- a/modules/drawers/Backgrounds.qml +++ b/modules/drawers/Backgrounds.qml @@ -6,6 +6,7 @@ import "root:/modules/session" as Session import "root:/modules/launcher" as Launcher import "root:/modules/dashboard" as Dashboard import "root:/modules/bar/popouts" as BarPopouts +import "root:/modules/utilities" as Utilities import QtQuick import QtQuick.Shapes @@ -63,4 +64,11 @@ Shape { startX: wrapper.x startY: wrapper.y - rounding * sideRounding } + + Utilities.Background { + wrapper: panels.utilities + + startX: root.width + startY: root.height + } } -- cgit v1.2.3-freya