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
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,12 @@ 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 | path |
46
+
|`path`| Path to an image file or a directory containing image files. Mutually exclusive with `paths`| path |
47
+
|`paths`| Comma-separated list of image files and/or directories. Picks one wallpaper for the current run. Mutually exclusive with `path`| string |
47
48
|`fit_mode`| Determines how to display the image. Optional and defaults to `cover`|`contain`\|`cover`\|`tile`\|`fill`|
48
-
|`timeout`| Timeout between each wallpaper change (in seconds, if `path` is a directory). Optional and defaults to 30 seconds | int |
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 |
49
+
|`timeout`| Timeout between each wallpaper change (in seconds, if `path` is a directory). Optional and defaults to 30 seconds. Does not apply to `paths`| int |
50
+
|`order`| Determines the order to display images when `path`is a directory. For `paths`, supported values are `default` and`random`; `random`picks one for the current run |`random`\|`random-shuffle`|
51
+
|`recursive`| Whether to scan subdirectories recursively when `path`points to a directory or `paths` contains directories. Optional and defaults to `false`| bool |
0 commit comments