confs
This commit is contained in:
15
.config/spicetify/Themes/Dribbblish/uninstall.ps1
Normal file
15
.config/spicetify/Themes/Dribbblish/uninstall.ps1
Normal file
@@ -0,0 +1,15 @@
|
||||
spicetify config current_theme " " extensions dribbblish.js-
|
||||
|
||||
$configPath = spicetify -c
|
||||
$configFile = Get-Content $configPath
|
||||
$find = $configFile -match "xpui.js_find_8008"
|
||||
if ($find) {
|
||||
$configFile = $configFile -replace [regex]::escape($find),""
|
||||
}
|
||||
$repl = $configFile -match "xpui.js_repl_8008"
|
||||
if ($repl) {
|
||||
$configFile = $configFile -replace [regex]::escape($repl),""
|
||||
}
|
||||
Set-Content $configPath $configFile
|
||||
|
||||
spicetify apply
|
||||
Reference in New Issue
Block a user