Create an Image Wallpaper
A kind: image wallpaper is a static image displayed fullscreen on the desktop. Just fluxlay.yaml and the image file — no build, no JS.
Set up the directory
Put your image file in the project directory.
- photo.png
- fluxlay.yaml
Supported formats: .png, .jpg, .jpeg, .webp, .gif.
Create the manifest
fluxlay.yaml
source is required.
Build
This produces a .fluxlay package. No HTML is bundled — the Fluxlay desktop app generates fullscreen image-display HTML at delivery time.
Notes
- Images are scaled to fit the desktop resolution. Provide a high enough source resolution (e.g. 3840×2160 or higher for 4K).
- Custom properties and shell commands are not available.
- For long-lived animated GIFs, watch out for file size.
See the Manifest Reference for details.