mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
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:
parent
eb50a58439
commit
8a32ad3798
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user