Files
dotfiles/quickshell/bar/widgets/common/VerticalSeprator.qml
2025-07-27 17:05:34 +01:00

14 lines
215 B
QML

import Quickshell
import QtQml
import QtQuick
Rectangle {
id: a
anchors {
top: parent.top
bottom: parent.bottom
}
width: 2
color: "#8d8d8d"
}