From 394d992b195ef24346cc0321106616c0368213d7 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 5 Oct 2025 21:59:54 +0200 Subject: [PATCH] bg clock: make number column not look goofy --- .../ii/modules/background/cookieClock/CookieClock.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/background/cookieClock/CookieClock.qml b/.config/quickshell/ii/modules/background/cookieClock/CookieClock.qml index 0cda46fec..8ce82ac93 100644 --- a/.config/quickshell/ii/modules/background/cookieClock/CookieClock.qml +++ b/.config/quickshell/ii/modules/background/cookieClock/CookieClock.qml @@ -158,7 +158,7 @@ Item { Behavior on pixelSize { animation: Appearance.animation.elementResize.numberAnimation.createObject(this) } - family: Appearance.font.family.main + family: Appearance.font.family.expressive weight: Font.Bold } Behavior on opacity {