usable
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user