Files
dotfiles/quickshell/bar/widgets/common/VerticalSeprator.qml
doloro 2e94f6dac3 meow
2025-09-22 20:55:16 +00:00

14 lines
215 B
QML
Executable File

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