From 54a95a07f035aee87086937228e9df76b1b119d6 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 2 Mar 2025 19:47:25 +1100 Subject: config: launcher wallpaper preview default Default to medium (looks better imo) --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index 142833b..f0d6e6b 100644 --- a/config.ts +++ b/config.ts @@ -122,7 +122,7 @@ const DEFAULTS = { notify: true, }, wallpaper: { - style: "compact", // One of "compact", "medium", "large" + style: "medium", // One of "compact", "medium", "large" }, }, notifpopups: { -- cgit v1.2.3-freya