From af538950a88e2e9b7f7d9dd82dbe5a23692b9189 Mon Sep 17 00:00:00 2001 From: darksignal7 Date: Sun, 5 Oct 2025 13:49:39 +0300 Subject: [PATCH] a lil font change --- .config/quickshell/ii/modules/background/CookieClock.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/background/CookieClock.qml b/.config/quickshell/ii/modules/background/CookieClock.qml index a49eae3f2..add8dc1da 100644 --- a/.config/quickshell/ii/modules/background/CookieClock.qml +++ b/.config/quickshell/ii/modules/background/CookieClock.qml @@ -190,7 +190,7 @@ Item { Behavior on pixelSize { animation: Appearance.animation.elementResize.numberAnimation.createObject(this) } - family: Appearance.font.family.expressive + family: Appearance.font.family.main weight: Font.Bold } color: root.colOnBackground