From 8a32ad3798e6de0912da116ef315f2e4421646f7 Mon Sep 17 00:00:00 2001 From: Saval-0 <39965322+Saval-0@users.noreply.github.com> Date: Sun, 26 Dec 2021 04:11:57 +0100 Subject: [PATCH] Change in the name of file and directory As of right now, the directory regarding spicetify has path .config/spicetify and the filename for rotateTurntable.js has the name turntable.js --- Turntable/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Turntable/README.md b/Turntable/README.md index e1ef258..3d8e83c 100644 --- a/Turntable/README.md +++ b/Turntable/README.md @@ -43,19 +43,19 @@ spicetify config extensions fullAppDisplay.js spicetify apply ``` -2. put **Turntable** and **rotateTurntable.js** into the **spicetify_data** +2. put **Turntable** and **turntable.js** into the **.config/spicetify** ```shell cd spicetify-themes -cp -r Turntable ~/spicetify_data/Themes -cp Turntable/rotateTurntable.js ~/spicetify_data/Extensions +cp -r Turntable ~/.config/spicetify/Themes +cp Turntable/turntable.js ~/.config/spicetify/Extensions ``` 3. select the theme and extension, then apply ```shell spicetify config current_theme Turntable -spicetify config extensions rotateTurntable.js +spicetify config extensions turntable.js spicetify apply ``` @@ -64,8 +64,8 @@ spicetify apply 1. remove **Turntable** and **rotateTurntable.js** ```shell -rm -r ~/spicetify_data/Themes/Turntable -rm ~/spicetify_data/Extensions/rotateTurntable.js +rm -r ~/.config/spicetify/Themes/Turntable +rm ~/.config/spicetify/Extensions/turntable.js ``` 2. config to spicetify default theme