import "root:/services" import "root:/config" import Quickshell import QtQuick Item { id: root required property ShellScreen screen visible: width > 0 && height > 0 implicitWidth: content.implicitWidth implicitHeight: content.implicitHeight Content { id: content screen: root.screen } }