mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-04 23:30:21 +00:00
Merge branch 'main' of https://github.com/JulienMaille/dribbblish-dynamic-theme
This commit is contained in:
commit
3e2cde1e53
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