summaryrefslogtreecommitdiff
path: root/src/config/types.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-04 21:41:34 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-04 21:41:34 +1100
commita793205cc20c14709edebfd20ec9f3995f183874 (patch)
treeb436bec863329afdf8fa937f9ddd5924088293db /src/config/types.ts
parentfeat: uwsm app -> app2unit (diff)
downloadcaelestia-shell-a793205cc20c14709edebfd20ec9f3995f183874.tar.gz
caelestia-shell-a793205cc20c14709edebfd20ec9f3995f183874.tar.bz2
caelestia-shell-a793205cc20c14709edebfd20ec9f3995f183874.zip
wallpapers: filter by size
Diffstat (limited to 'src/config/types.ts')
-rw-r--r--src/config/types.ts2
1 files changed, 1 insertions, 1 deletions
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,