From eb9a7b1939a6d080897918fd2c1da2e3aaae21d4 Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Sun, 23 Jan 2022 11:12:04 +0100 Subject: [PATCH] FIX: clean uninstall of the theme --- uninstall.ps1 | 2 +- uninstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uninstall.ps1 b/uninstall.ps1 index 94abda4..8e6811d 100644 --- a/uninstall.ps1 +++ b/uninstall.ps1 @@ -1,4 +1,4 @@ -spicetify config current_theme " " extensions dribbblish-dynamic.js- +spicetify config current_theme "SpicetifyDefault" extensions dribbblish-dynamic.js- $spicePath = spicetify -c | Split-Path $configFile = Get-Content "$spicePath\config-xpui.ini" diff --git a/uninstall.sh b/uninstall.sh index b8ca093..a33bcf7 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -6,7 +6,7 @@ set -e echo "UN-INSTALLING" cd "$(dirname "$(spicetify -c)")" -spicetify config current_theme " " extensions dribbblish-dynamic.js- +spicetify config current_theme "SpicetifyDefault" extensions dribbblish-dynamic.js- echo "UN-PATCHING" if cat config-xpui.ini | grep -o '\[Patch\]'; then