Skip to content

Commit

Permalink
ESDE Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Godsbane committed Apr 26, 2023
1 parent d2941af commit 867b29e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functions/ToolScripts/emuDeckESDE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,19 @@ ESDE_addCustomSystems(){
ESDE_applyTheme(){
defaultTheme="EPICNOIR"
local theme=$1

if [[ "${theme}" == "" ]]; then
echo "ESDE: applyTheme parameter not set."
theme="$defaultTheme"
fi

echo "ESDE: applyTheme $theme"
mkdir -p "$HOME/.emulationstation/themes/"

if [ -e "$HOME/.emulationstation/themes/epic-noir-revisited" ] && [ ! -e "$HOME/.emulationstation/themes/epic-noir-revisited-es-de" ]; then
mv -v "$HOME/.emulationstation/themes/epic-noir-revisited" "$HOME/.emulationstation/themes/epic-noir-revisited-es-de" #update theme path to esde naming convention
fi

git clone https://github.com/anthonycaccese/epic-noir-revisited-es-de "$HOME/.emulationstation/themes/epic-noir-revisited-es-de"
rm -rf "$HOME/.emulationstation/themes/epic-noir-revisited" #remove old themes
rm -rf "$HOME/.emulationstation/themes/es-epicnoir" #remove old themes
Expand Down
Empty file modified tools/launchers/cemu.sh
100644 → 100755
Empty file.
Empty file modified tools/launchers/mgba.sh
100644 → 100755
Empty file.
Empty file modified tools/launchers/ppsspp.sh
100644 → 100755
Empty file.
Empty file modified tools/launchers/ryujinx.sh
100644 → 100755
Empty file.
Empty file modified tools/launchers/vita3k.sh
100644 → 100755
Empty file.

0 comments on commit 867b29e

Please sign in to comment.