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/defaults.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/defaults.ts')
| -rw-r--r-- | src/config/defaults.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, ], }, |