summaryrefslogtreecommitdiff
path: root/modules/drawers/Backgrounds.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-10 12:59:10 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-10 12:59:10 +1000
commit6eb216475658dda3f921b176ffd6740fc65784ce (patch)
tree0a9e26048df28928399f14fa0359ad85b9bf78e9 /modules/drawers/Backgrounds.qml
parentlock: fix input dragging (diff)
downloadcaelestia-shell-6eb216475658dda3f921b176ffd6740fc65784ce.tar.gz
caelestia-shell-6eb216475658dda3f921b176ffd6740fc65784ce.tar.bz2
caelestia-shell-6eb216475658dda3f921b176ffd6740fc65784ce.zip
internal: add utilities panel base
Diffstat (limited to 'modules/drawers/Backgrounds.qml')
-rw-r--r--modules/drawers/Backgrounds.qml8
1 files changed, 8 insertions, 0 deletions
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
+ }
}