The <menuIcons> object replaces the icons displayed in front of the main menu entries. Each property expects an image path, preferably a square SVG.
| View | Name | Element |
|---|---|---|
menu |
menuicons |
The menu icon set |
This object cannot be created with extra="true". Icons you do not set keep the Recalbox ones.
Mind the property name for the system and game lists: it is
iconList, singular.
| Property | Type | Purpose |
|---|---|---|
iconKodi |
Path | Icon of the KODI MEDIA CENTER entry. |
iconSystem |
Path | Icon of the SYSTEM SETTINGS entry. |
iconUpdates |
Path | Icon of the UPDATES entry. |
iconControllers |
Path | Icon of the CONTROLLER SETTINGS entry. |
iconGames |
Path | Icon of the IN-GAME SETTINGS entry. |
iconUI |
Path | Icon of the USER INTERFACE SETTINGS entry. |
iconSound |
Path | Icon of the SOUND SETTINGS, and the JUKEBOX entry. |
iconNetwork |
Path | Icon of the NETWORK SETTINGS entry. |
iconScraper |
Path | Icon of the SCRAPER entry. |
iconAdvanced |
Path | Icon of the ADVANCED SETTINGS entry. |
iconQuit |
Path | Icon of quit sub-menu. |
iconRestart |
Path | Icon of the RESTART RECALBOX entry. |
iconShutdown |
Path | Icon of the SHUTDOWN RECALBOX entry. |
iconFastShutdown |
Path | Icon of the FAST SHUTDOWN RECALBOX entry. |
iconLicense |
Path | Icon of the OPEN-SOURCE LICENSE entry. |
iconList |
Path | Icon of the SYSTEM-LISTS & GAMELISTS SETTINGS entry. |
iconBios |
Path | Icon of the BIOS CHECKING entry. |
iconRecalboxRGBDual |
Path | Icon of the RECALBOX RGB DUAL and RGB JAMMA SETTINGS entry. |
iconTate |
Path | Icon of the TATE SETTINGS entry. |
iconArcade |
Path | Icon of the former ARCADE SETTINGS entry. No main-menu entry uses it in 10.1: the arcade options moved into SYSTEM-LISTS & GAMELISTS SETTINGS. |
iconDownload |
Path | Icon of the DOWNLOAD CONTENTS entry. |
iconThemes |
Path | Icon of the THEME MANAGER entry. |
iconCardReader |
Path | Icon of the RECALCARDS SETTINGS entry. |
<view name="menu">
<menuIcons name="menuicons"
iconSystem="./art/icons/system.svg"
iconGames="./art/icons/games.svg"
iconControllers="./art/icons/controllers.svg"
iconUI="./art/icons/interface.svg"
iconThemes="./art/icons/themes.svg" />
</view>