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 } } }