From a793205cc20c14709edebfd20ec9f3995f183874 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 4 Apr 2025 21:41:34 +1100 Subject: wallpapers: filter by size --- src/config/defaults.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/defaults.ts') diff --git a/src/config/defaults.ts b/src/config/defaults.ts index 570ed16..763ccc2 100644 --- a/src/config/defaults.ts +++ b/src/config/defaults.ts @@ -133,6 +133,7 @@ export default { { recursive: true, // Whether to search recursively path: "~/Pictures/Wallpapers", // Path to search + threshold: 0.8, // The threshold to filter wallpapers by size (e.g. 0.8 means wallpaper must be at least 80% of the screen size), 0 to disable }, ], }, -- cgit v1.2.3-freya