spicetify-themes/Turntable/README.md
2022-07-06 01:15:25 +01:00

1.8 KiB

Turntable

Based on Spotify's original theme.

Screenshots

turntable
full app display
full app display - vertical mode

Info

Designed and developed by Grason Chan.

The turntable was inspired by Netease Music and Smartisan OS build-in Music Player (not include code).

Note: Require Spicetify v2.2.0 or higher! Otherwise, performance problems will happen when the turntable rotates!

View the CHANGELOG here.

Installation

  1. add extension - Full App Display
spicetify config extensions fullAppDisplay.js
spicetify apply
  1. put Turntable and turntable.js into the .config/spicetify
cd spicetify-themes
cp -r Turntable ~/.config/spicetify/Themes
cp Turntable/turntable.js ~/.config/spicetify/Extensions
  1. select the theme and extension, then apply
spicetify config current_theme Turntable
spicetify config extensions turntable.js
spicetify apply

How to Uninstall

  1. remove Turntable and rotateTurntable.js
rm -r ~/.config/spicetify/Themes/Turntable
rm ~/.config/spicetify/Extensions/turntable.js
  1. config to spicetify default theme
spicetify config current_theme SpicetifyDefault
  1. remove extension - Full App Display and Turntable(optional)
spicetify config extensions fullAppDisplay.js-
spicetify config extensions turntable.js-
  1. apply
spicetify apply