How to Automatically Update Your iPhone Wallpaper With Your Tasks
Apple Shortcuts can set your wallpaper without you touching Settings — which means your Lock Screen can rebuild itself around your to‑do list. Here’s how the automation works, how to build it yourself, and the two‑minute version.
The building blocks
Three Shortcuts capabilities make a self‑updating task wallpaper possible:
- The “Set Wallpaper” action — sets any image as your Lock Screen wallpaper, silently if “Show When Run” is off.
- App Intents — apps can expose actions that return data (like an image) to Shortcuts without the app opening on screen.
- Personal automations — triggers like “when App X opens” or “closes” that run a Shortcut automatically, with no confirmation prompt.
The DIY route (for tinkerers)
You can wire a basic version yourself with no third‑party app:
- Create a Shortcut that takes your task text (from a note or a dictionary variable).
- Use Make Rich Text from HTML → Make Image from Rich Text to turn the list into an image.
- Pass the image to Set Wallpaper for the Lock Screen, with “Show When Run” disabled.
- Add a personal automation (e.g. daily at 7:00) to run it.
The honest downsides: HTML‑to‑image output is plain and hard to make legible over a background; the wallpaper only refreshes on the schedule, not when your list actually changes; and editing tasks means editing a note or the Shortcut itself. It’s a fun build — and a maintenance chore.
The real route: Daylist’s ready‑made automation
📱 What Daylist automates for you
Daylist ships an Update Daylist Wallpaper Shortcut that renders your current list into a properly designed, screen‑resolution PNG — clean card, checkboxes, strikethroughs, task count — and sets it as your Lock Screen wallpaper. Wire it to a personal automation that fires whenever Daylist closes, and every time you finish checking things off, your Lock Screen catches up automatically.
Set it up once in the Shortcuts app:
- Add your tasks in Daylist.
- Open the Shortcuts app and go to the Automation tab in the bottom navbar.
- Tap the + button in the top right corner.
- Select App.
- For “When”, select the Daylist app.
- Select Is Closed.
- Select Run Immediately so it runs with no confirmation prompt.
- On the next screen, add Update Daylist Wallpaper from Shortcuts as the action.
- Tap Done — every time you close Daylist, your wallpaper rebuilds in the background.
Why trigger on close instead of a timer?
A daily‑timer wallpaper is stale by 9am — you’ve already finished a task and added two more. Your list only changes when you interact with it, so “app closes” is the perfect trigger: the wallpaper updates the moment you’re done editing your list, and never wastes a run when nothing changed.
Skip the tinkering
Daylist sets up the whole automation for you — designed wallpaper included.
Download on theApp Store