From da88fd42678eef41d30fe2d8f35aac44afb04bd4 Mon Sep 17 00:00:00 2001 From: darksignal7 Date: Sun, 5 Oct 2025 03:08:39 +0300 Subject: [PATCH] minor tweaks --- .config/quickshell/ii/modules/background/CookieClock.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/ii/modules/background/CookieClock.qml b/.config/quickshell/ii/modules/background/CookieClock.qml index 8fc09a84d..56dde7966 100644 --- a/.config/quickshell/ii/modules/background/CookieClock.qml +++ b/.config/quickshell/ii/modules/background/CookieClock.qml @@ -335,7 +335,7 @@ Item { anchors { left: parent.left verticalCenter: parent.verticalCenter - leftMargin: 25 + leftMargin: 32 } implicitWidth: root.hourNumberSize implicitHeight: implicitWidth @@ -351,7 +351,7 @@ Item { font { family: Appearance.font.family.reading pixelSize: 80 - weight: 1000 + weight: 5000 } } }