lux-shell/components/StyledLayoutSeparator.qml
Benjamin Palko 96d8ab6534 reorg bar
2025-09-06 22:59:32 -04:00

12 lines
215 B
QML

import qs.config
import QtQuick
import QtQuick.Layouts
Rectangle {
color: Styling.theme.basecontent
opacity: 0.33
Layout.fillHeight: true
Layout.margins: 2
implicitWidth: 0.5
radius: 9999
}