Desktop app for browsing League of Legends splash art and setting it as your wallpaper. Browse by champion, skin line, or universe, pick a crop, apply in one click, and rotate on a schedule if you want it to change on its own.
Open reimplementation of Riot's discontinued League Displays.
- 2,100+ splash artworks across 173 champions, 224 skin lines (Star Guardian, PROJECT, Spirit Blossom, every Worlds winner since 2011), and 121 universes.
- Set any artwork as wallpaper on Windows, macOS, or Linux. Pick crop and fit.
- Rotate on a schedule from favourites, one champion, one skin line, or everything.
- Favourite art and use that list as the rotation source.
- Save a copy of any artwork, or open the cached file directly.
- Offline after the first run. Art caches to disk as you browse.
- Tray icon keeps rotation running after you close the window.
Skin lines and universes show up as collections. Each tile uses art from a member skin:
The viewer shows the full splash and what you can do with it:
Champion, skin, skin-line, and universe data is Riot's game data, served by Community Dragon. The patch number in the sidebar comes from Data Dragon so you can see whether the catalogue is current.
Riot publishes each splash in more than one framing. You pick which one gets applied:
| Crop | Size | Notes |
|---|---|---|
| Full splash | 1215 × 717 | Wide splash. Default. |
| Centered | 1280 × 720 | True 16:9 re-crop. Fills most monitors without cropping. |
| Load screen | 308 × 560 | Tall in-game loading portrait. |
Grid thumbnails use the centered crop. It is smaller and frames the champion better at tile size. Centered plus Fill the screen usually looks cleanest.
| Key | Action |
|---|---|
Ctrl/Cmd + F |
Focus search |
Esc |
Close the viewer, or clear search |
← → |
Previous / next artwork in the viewer |
Enter |
Set the open artwork as wallpaper |
F |
Favourite the open artwork |
Ctrl/Cmd + R |
Next wallpaper in the rotation |
To install the app. head to the releases tab, and grab the latest version. Linux users as well as mac users on intel based systems will have to build the app from source. (see below)
Requires Node.js 18 or newer.
npm install
npm startIf npm install skips Electron's binary download because of an install-script
policy, run node node_modules/electron/install.js.
npm run build # current platform
npm run build:win # NSIS installer
npm run build:mac # dmg
npm run build:linux # AppImageLinux users and intel backed mac users will have to build the installer
Installers land in dist/
GPL-3.0. See LICENSE.
League of Legends and all associated art and data are property of Riot Games. Unofficial, unaffiliated with Riot Games. Redistributes no artwork. Fetches art from Riot's CDN at runtime.


