Skip to content

Commit 596fa01

Browse files
authored
hyprpaper: document recursive wallpaper directory scanning option (#1406)
1 parent 60bb0be commit 596fa01

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

content/Hypr Ecosystem/hyprpaper.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ Wallpapers are set as anonymous special categories. Monitor can be left empty fo
4343
| variable | description | value |
4444
| --- | --- | --- |
4545
| `monitor` | Monitor to display this wallpaper on. If empty, will use this wallpaper as a fallback | monitor ID |
46-
| `path` | Path to an image file or a directory containing image files (non recursively) | path |
46+
| `path` | Path to an image file or a directory containing image files | path |
4747
| `fit_mode` | Determines how to display the image. Optional and defaults to `cover` | `contain`\|`cover`\|`tile`\|`fill` |
4848
| `timeout` | Timeout between each wallpaper change (in seconds, if `path` is a directory). Optional and defaults to 30 seconds | int |
4949
| `order` | Determines the order to display images when a directory is passed to the `path` option. Optional, currently only supported value is `random` | `random` |
50+
| `recursive` | Whether to scan subdirectories recursively when `path` is a directory. Optional and defaults to `false` | bool |
5051

5152
```ini
5253
wallpaper {

0 commit comments

Comments
 (0)