diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-04 21:41:34 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-04 21:41:34 +1100 |
| commit | a793205cc20c14709edebfd20ec9f3995f183874 (patch) | |
| tree | b436bec863329afdf8fa937f9ddd5924088293db /src/config/types.ts | |
| parent | feat: uwsm app -> app2unit (diff) | |
| download | caelestia-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.ts | 2 |
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, |