From 6f138677a8f44c5ff189a5af410d8a3e3194f7ff Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 12 Oct 2025 22:17:19 +0200 Subject: [PATCH] settings: allow larger bg clock cookie side # range --- .config/quickshell/ii/modules/settings/InterfaceConfig.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml index 5b0dbb5e8..a4e51add5 100644 --- a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml +++ b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml @@ -64,8 +64,8 @@ ContentPage { icon: "add_triangle" text: Translation.tr("Sides") value: Config.options.background.clock.cookie.sides - from: 1 - to: 36 + from: 0 + to: 40 stepSize: 1 onValueChanged: { Config.options.background.clock.cookie.sides = value;