import QtQuick import Quickshell.Widgets import "." WrapperRectangle { radius: Theme.radius color: 'transparent' border.color: Theme.border border.width: Theme.borderWidth margin: Theme.enclosureMargin }