Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

League Redisplayed

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.

Browsing champions

Features

  • 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:

Skin lines

The viewer shows the full splash and what you can do with it:

The viewer

Where the art comes from

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.

Keyboard

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

Get started

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)

Running it (development)

Requires Node.js 18 or newer.

npm install
npm start

If npm install skips Electron's binary download because of an install-script policy, run node node_modules/electron/install.js.

Building installers

npm run build          # current platform
npm run build:win      # NSIS installer
npm run build:mac      # dmg
npm run build:linux    # AppImage

Linux users and intel backed mac users will have to build the installer

Installers land in dist/

Licence

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.

About

Open reimplementation of Riot's discontinued League Displays.

Resources

Stars

Watchers

Forks

Releases

Used by

Contributors

Languages