From 3f754555ba011156fa41a459596e40e4c1d2e6f3 Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 10 Oct 2022 17:28:16 +0200 Subject: [PATCH] spicetify: add page (#8762) --- pages/common/spicetify.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/spicetify.md diff --git a/pages/common/spicetify.md b/pages/common/spicetify.md new file mode 100644 index 000000000..edb860282 --- /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`