This commit is contained in:
2025-07-23 19:17:11 +01:00
parent df2a697a9b
commit e48474bd6a
21 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
import Quickshell
import QtQml
import QtQuick
Rectangle {
id: a
anchors {
top: parent.top
bottom: parent.bottom
}
width: 2
color: "#8d8d8d"
}