Files
cheatsheet-tldr/tldr/spicetify
2025-11-26 00:20:44 +00:00

34 lines
682 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# spicetify
> Customize the Spotify client UI and functionality.
> More information: <https://spicetify.app/docs/advanced-usage/command-line-interface>.
- 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`