This commit is contained in:
2026-03-29 13:16:40 -05:00
parent adcd560180
commit 7a15a983af
26 changed files with 685 additions and 423 deletions

View File

@@ -10,15 +10,16 @@ import Quickshell.Hyprland
ColumnLayout {
spacing: -1
spacing: 0
id: root
required property color color
WrapperMouseArea {
id: topRectArea
Rectangle {
id: topRect
color: Pywal.special.background
color: root.color
anchors.fill: parent
}
implicitHeight: 10
@@ -34,7 +35,7 @@ ColumnLayout {
required property real radius
property real cornerY: topRectArea.height - 1
property real cornerY: topRectArea.height
//property real reserve: midFO.visible ? root.height : topRectArea.height
property real reserve: topRectArea.height
@@ -52,7 +53,7 @@ ColumnLayout {
Layout.alignment: Qt.AlignHCenter
color: Pywal.special.background
color: root.color
visible: true