You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/Hypr Ecosystem/hyprpaper.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,11 @@ Wallpapers are set as anonymous special categories. Monitor can be left empty fo
43
43
| variable | description | value |
44
44
| --- | --- | --- |
45
45
|`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 |
47
47
|`fit_mode`| Determines how to display the image. Optional and defaults to `cover`|`contain`\|`cover`\|`tile`\|`fill`|
48
48
|`timeout`| Timeout between each wallpaper change (in seconds, if `path` is a directory). Optional and defaults to 30 seconds | int |
49
49
|`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 |
0 commit comments