mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
Merge pull request #19 from devilAPI/patch-1
[FIX] Installer improvement for #18
This commit is contained in:
commit
c183bc790d
2 changed files with 3 additions and 1 deletions
|
|
@ -96,6 +96,7 @@ if ($PSVersionTable.PSVersion.Major -gt $PSMinVersion) {
|
|||
spicetify config extensions default-dynamic.js-
|
||||
spicetify config extensions dribbblish.js extensions dribbblish-dynamic.js extensions Vibrant.min.js
|
||||
spicetify config current_theme DribbblishDynamic
|
||||
spicetify config color_scheme base
|
||||
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
|
||||
spicetify apply
|
||||
Write-Done
|
||||
|
|
@ -121,4 +122,4 @@ xpui.js_repl_8008=,`${1}56,
|
|||
else {
|
||||
Write-Part "`nYour Powershell version is less than "; Write-Emphasized "$PSMinVersion";
|
||||
Write-Part "`nPlease, update your Powershell downloading the "; Write-Emphasized "'Windows Management Framework'"; Write-Part " greater than "; Write-Emphasized "$PSMinVersion"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,5 +54,6 @@ cp dribbblish-dynamic.js ../../Extensions/.
|
|||
cp Vibrant.min.js ../../Extensions/.
|
||||
spicetify config extensions dribbblish.js extensions dribbblish-dynamic.js extensions Vibrant.min.js
|
||||
spicetify config current_theme DribbblishDynamic
|
||||
spicetify config color_scheme base
|
||||
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
|
||||
spicetify apply
|
||||
|
|
|
|||
Loading…
Reference in a new issue