diff options
Diffstat (limited to 'modules/drawers/Backgrounds.qml')
| -rw-r--r-- | modules/drawers/Backgrounds.qml | 8 |
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 + } } |