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
This commit is contained in:
Saval-0 2021-12-26 04:11:57 +01:00 committed by GitHub
parent eb50a58439
commit 8a32ad3798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,19 +43,19 @@ spicetify config extensions fullAppDisplay.js
spicetify apply spicetify apply
``` ```
2. put **Turntable** and **rotateTurntable.js** into the **spicetify_data** 2. put **Turntable** and **turntable.js** into the **.config/spicetify**
```shell ```shell
cd spicetify-themes cd spicetify-themes
cp -r Turntable ~/spicetify_data/Themes cp -r Turntable ~/.config/spicetify/Themes
cp Turntable/rotateTurntable.js ~/spicetify_data/Extensions cp Turntable/turntable.js ~/.config/spicetify/Extensions
``` ```
3. select the theme and extension, then apply 3. select the theme and extension, then apply
```shell ```shell
spicetify config current_theme Turntable spicetify config current_theme Turntable
spicetify config extensions rotateTurntable.js spicetify config extensions turntable.js
spicetify apply spicetify apply
``` ```
@ -64,8 +64,8 @@ spicetify apply
1. remove **Turntable** and **rotateTurntable.js** 1. remove **Turntable** and **rotateTurntable.js**
```shell ```shell
rm -r ~/spicetify_data/Themes/Turntable rm -r ~/.config/spicetify/Themes/Turntable
rm ~/spicetify_data/Extensions/rotateTurntable.js rm ~/.config/spicetify/Extensions/turntable.js
``` ```
2. config to spicetify default theme 2. config to spicetify default theme