diff --git a/dots/.config/quickshell/ii/modules/common/Persistent.qml b/dots/.config/quickshell/ii/modules/common/Persistent.qml index fbb52071c..afa554d26 100644 --- a/dots/.config/quickshell/ii/modules/common/Persistent.qml +++ b/dots/.config/quickshell/ii/modules/common/Persistent.qml @@ -128,6 +128,8 @@ Singleton { property bool clickthrough: false property real x: 100 property real y: 100 + property real width: 350 + property real height: 600 } } diff --git a/dots/.config/quickshell/ii/modules/overlay/stickypad/Stickypad.qml b/dots/.config/quickshell/ii/modules/overlay/stickypad/Stickypad.qml index 74b68fdf4..1db5f6693 100644 --- a/dots/.config/quickshell/ii/modules/overlay/stickypad/Stickypad.qml +++ b/dots/.config/quickshell/ii/modules/overlay/stickypad/Stickypad.qml @@ -10,8 +10,7 @@ StyledOverlayWidget { showCenterButton: true contentItem: StickypadContent { - implicitWidth: 440 - implicitHeight: 380 + anchors.fill: parent isClickthrough: root.clickthrough } }