FIX: clean uninstall of the theme

This commit is contained in:
Julien Maille 2022-01-23 11:12:04 +01:00
parent d78ae80ef1
commit eb9a7b1939
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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