Add table for wallpaper options

This commit is contained in:
Tuur Vanhoutte 2025-12-05 15:53:15 +01:00 committed by GitHub
parent 10e94eca5b
commit 35bda633d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,12 @@ required.
Wallpapers are set as anonymous special categories. Monitor can be left empty for a fallback.
| variable | description | value |
| --- | --- | --- |
| `monitor` | Monitor to display this wallpaper on. If empty or not set, will use this wallpaper as a fallback | monitor ID |
| `path` | Path to the image file | path |
| `fit_mode` | Determines how to display the image. Optional and defaults to `cover` | `contain`\|`cover`\|`tile`\|`fill` |
```ini
wallpaper {
monitor = DP-3
@ -56,7 +62,6 @@ wallpaper {
# ...
```
`fit_mode` is optional and defaults to cover.
### Run at Startup