12 lines
244 B
QML
12 lines
244 B
QML
import QtQuick
|
|
import Quickshell.Widgets
|
|
import "."
|
|
|
|
WrapperRectangle {
|
|
radius: Theme.radius
|
|
color: 'transparent'
|
|
border.color: Theme.border
|
|
border.width: Theme.borderWidth
|
|
margin: Theme.enclosureMargin
|
|
}
|