From 73bd73d910f9f771c2a6498dbf13b385f42797c2 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:33:09 +0200 Subject: [PATCH] cookie clock: adjust space preset --- .../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 2385bd075..59a8d64de 100644 --- a/.config/quickshell/ii/modules/background/cookieClock/CookieClock.qml +++ b/.config/quickshell/ii/modules/background/cookieClock/CookieClock.qml @@ -55,7 +55,7 @@ Item { } else if (category == "anime") { applyStyle(12, "dots", "fill", "bold", "dot", "bubble") } else if (category == "city" || category == "space") { - applyStyle(23, "full", "hollow", "medium", "classic", "bubble") + applyStyle(23, "full", "hollow", "thin", "classic", "bubble") } else if (category == "minimalist") { applyStyle(6, "none", "fill", "bold", "dot", "hide") } else if (category == "landscape") {