From a97b7706d8455b01c72eb15f344b73ab9f781164 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 30 Oct 2025 15:23:58 +0100 Subject: [PATCH 1/2] make cookie clock more round --- .../quickshell/ii/modules/common/widgets/MaterialCookie.qml | 2 +- dots/.config/quickshell/ii/modules/lock/PasswordChars.qml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml b/dots/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml index 88bc0b50e..d5b3663cb 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml @@ -17,7 +17,7 @@ Item { implicitWidth: implicitSize implicitHeight: implicitSize - property var cornerRounding: new CornerRounding.CornerRounding(1.1 / Math.max(sides, 1)) + property var cornerRounding: new CornerRounding.CornerRounding(1.3 / Math.max(sides, 1)) ShapeCanvas { id: shapeCanvas diff --git a/dots/.config/quickshell/ii/modules/lock/PasswordChars.qml b/dots/.config/quickshell/ii/modules/lock/PasswordChars.qml index 79ffc9464..400c2495a 100644 --- a/dots/.config/quickshell/ii/modules/lock/PasswordChars.qml +++ b/dots/.config/quickshell/ii/modules/lock/PasswordChars.qml @@ -15,7 +15,6 @@ StyledFlickable { Behavior on contentX { animation: Appearance.animation.elementMoveEnter.numberAnimation.createObject(this) } - rightMargin: 14 Row { id: dotsRow anchors { From a122d6e905d2dcb04bc275692d9577f68a053514 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 30 Oct 2025 15:27:14 +0100 Subject: [PATCH 2/2] uhh more round --- .../quickshell/ii/modules/common/widgets/MaterialCookie.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml b/dots/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml index d5b3663cb..a1f4be235 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml @@ -17,7 +17,7 @@ Item { implicitWidth: implicitSize implicitHeight: implicitSize - property var cornerRounding: new CornerRounding.CornerRounding(1.3 / Math.max(sides, 1)) + property var cornerRounding: new CornerRounding.CornerRounding((sides < 17 ? 1.5 : 1.1) / Math.max(sides, 1)) ShapeCanvas { id: shapeCanvas