removed bloat file

This commit is contained in:
lucy 2025-12-31 15:30:57 +01:00
parent 52f5cdde6e
commit ea67ba9286

View File

@ -1,28 +0,0 @@
import QtQuick
import QtQuick.Shapes
import Quickshell
Item {
id: root
property var paddingWidth
property color paddingColor
Shape {
ShapePath {
id: leftPadding
fillColor: root.paddingColor
startX: root.paddingWidth
startY: root.paddingWidth
strokeWidth: root.paddingWidth * 2
strokeColor: root.paddingColor
PathLine {
x: 0 + root.paddingWidth
y: 1200
}
PathLine {
relativeY: 0
relativeX: 1900
}
}
}
}