summarylogtreecommitdiffstats
path: root/spicetify-theme-dribbblish-dynamic.install
diff options
context:
space:
mode:
Diffstat (limited to 'spicetify-theme-dribbblish-dynamic.install')
-rw-r--r--spicetify-theme-dribbblish-dynamic.install17
1 files changed, 11 insertions, 6 deletions
diff --git a/spicetify-theme-dribbblish-dynamic.install b/spicetify-theme-dribbblish-dynamic.install
index b6864953444d..e6a5a3ab90af 100644
--- a/spicetify-theme-dribbblish-dynamic.install
+++ b/spicetify-theme-dribbblish-dynamic.install
@@ -1,17 +1,22 @@
post_install() {
- echo ""
- echo "To enable the theme, add the following to your spicetify config file (see https://github.com/JulienMaille/dribbblish-dynamic-theme/tree/main#important)"
+ echo "To enable or update the theme, add the following to your spicetify config file, usually in ~/.config/spicetify/config-xpui.ini (see https://github.com/JulienMaille/dribbblish-dynamic-theme/tree/main#important)"
echo "[Patch]"
echo "xpui.js_find_8008 = ,(\w+=)32,"
- echo "xpui.js_repl_8008 = ,\${1}56,"
+ echo "xpui.js_repl_8008 = ,\${1}58,"
echo ""
echo "and run"
- echo "spicetify config extensions default-dynamic.js- extensions dribbblish-dynamic.js- extensions dribbblish.js- extensions Vibrant.min.js-"
- echo "spicetify config extensions dribbblish-dynamic.js"
+ echo "spicetify config extensions default-dynamic.js- extensions dribbblish.js- extensions Vibrant.min.js- extensions dribbblish-dynamic.js"
echo "spicetify config current_theme DribbblishDynamic"
echo "spicetify config color_scheme base"
echo "spicetify config inject_css 1 replace_colors 1 overwrite_assets 1"
- echo "spicetify apply"
+ echo ""
+ echo "Run spicetify backup apply if it is your first time using spicetify, otherwise, run spicetify apply"
+ echo ""
+ echo "Notice: "
+ echo "There has been a change in the [Patch] section in the config-xpui.ini. Please change the line"
+ echo "xpui.js_repl_8008 = ,\${1}56,"
+ echo "to"
+ echo "xpui.js_repl_8008 = ,\${1}58,"
echo ""
}