Files
dotfiles/roles/quickshell/files/components/Enclosure.qml
2026-04-06 01:30:28 +02:00

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
}