diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-05 18:17:42 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-05 18:17:42 +1100 |
| commit | ded52a0f1d980bb9d9ef82866ab57e1b117ac8cc (patch) | |
| tree | bf88ca1ef02fab96f27c5b51718a6334632c4a46 /src/config/defaults.ts | |
| parent | thumbnailer: use sha1sum for caching (diff) | |
| download | caelestia-shell-ded52a0f1d980bb9d9ef82866ab57e1b117ac8cc.tar.gz caelestia-shell-ded52a0f1d980bb9d9ef82866ab57e1b117ac8cc.tar.bz2 caelestia-shell-ded52a0f1d980bb9d9ef82866ab57e1b117ac8cc.zip | |
thumbnailer: add configs
Diffstat (limited to 'src/config/defaults.ts')
| -rw-r--r-- | src/config/defaults.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config/defaults.ts b/src/config/defaults.ts index e3fe68d..f375620 100644 --- a/src/config/defaults.ts +++ b/src/config/defaults.ts @@ -147,4 +147,13 @@ export default { upcomingDays: 7, // Number of days which count as upcoming notify: true, }, + thumbnailer: { + maxAttempts: 5, + timeBetweenAttempts: 300, + defaults: { + width: 100, + height: 100, + exact: true, + }, + }, }; |