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/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config/types.ts') diff --git a/src/config/types.ts b/src/config/types.ts index f5ca03a..0d875ce 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -75,7 +75,7 @@ export default { "gpu.interval": NUM, "memory.interval": NUM, "storage.interval": NUM, - "wallpapers.paths": OBJ_ARR({ recursive: BOOL, path: STR }), + "wallpapers.paths": OBJ_ARR({ recursive: BOOL, path: STR, threshold: NUM }), "calendar.webcals": ARR(STR), "calendar.upcomingDays": NUM, "calendar.notify": BOOL, -- cgit v1.2.3-freya