diff --git a/pages/common/spicetify.md b/pages/common/spicetify.md new file mode 100644 index 0000000000..edb8602823 --- /dev/null +++ b/pages/common/spicetify.md @@ -0,0 +1,28 @@ +# spicetify + +> A CLI utility to customize the Spotify client UI and functionality. +> More information: . + +- Generate a configuration file on very first run and display help: + +`spicetify` + +- Backup and preprocess Spotify application files: + +`spicetify backup` + +- Print all configuration fields and values: + +`spicetify config` + +- Change the value of a configuration field: + +`spicetify config {{field}} {{value}}` + +- Apply the customization changes to Spotify: + +`spicetify apply` + +- Restore Spotify to its original state: + +`spicetify restore`