Script for RetroPie to install some extras for the EmulationStation's Pixel theme (Retropie menu icons, boot splashscreen and launching images).
cd /home/pi/
git clone https://github.com/hiulit/es-pixel-theme-extras.git
cd es-pixel-theme-extras/
sudo chmod +x es-pixel-theme-extras.sh
sudo ./es-pixel-theme-extras.sh [OPTIONS]
--install
: Install extras (Retropie menu icons, boot splashscreen and launching images).--uninstall
: Uninstall extras.
Install extras (Retropie menu icons, boot splashscreen and launching images).
sudo ./es-pixel-theme-extras.sh --install
Uninstall extras.
sudo ./es-pixel-theme-extras.sh --uninstall
See CHANGELOG.
Me 😛@hiulit.
See MIT License.