mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 05:51:55 +00:00
FIX: clean uninstall of the theme
This commit is contained in:
parent
d78ae80ef1
commit
eb9a7b1939
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
$spicePath = spicetify -c | Split-Path
|
||||||
$configFile = Get-Content "$spicePath\config-xpui.ini"
|
$configFile = Get-Content "$spicePath\config-xpui.ini"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ set -e
|
||||||
|
|
||||||
echo "UN-INSTALLING"
|
echo "UN-INSTALLING"
|
||||||
cd "$(dirname "$(spicetify -c)")"
|
cd "$(dirname "$(spicetify -c)")"
|
||||||
spicetify config current_theme " " extensions dribbblish-dynamic.js-
|
spicetify config current_theme "SpicetifyDefault" extensions dribbblish-dynamic.js-
|
||||||
|
|
||||||
echo "UN-PATCHING"
|
echo "UN-PATCHING"
|
||||||
if cat config-xpui.ini | grep -o '\[Patch\]'; then
|
if cat config-xpui.ini | grep -o '\[Patch\]'; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue