spicetify-customapps
·417 words·2 mins
Spicetify Custom Apps and Extensions
A repository to help users find custom apps and extensions for spicetify-cli
Summary #
- 🔥 A central location for custom apps and extensions for spicetify-cli
- 👀 More features
- 🎉 Open source
How to add Custom Apps or Extensions to Spicetify #
- Install spicetify-cli using the instructions found here
- Click on the green
Clone or download
button at the top right this repo and chooseDownload ZIP
- Unzip the .zip file
- Choose the app that you want and drag it out of the folder
- Open the spicetify-cli CustomApps folder (paths can be found below)
- Drag the custom app into the CustomApps folder
- Open
config.ini
and add the name of the custom app to thecustom_apps
line separated by the|
character
[AdditionalOptions]
...
custom_apps = reddit|genius|yourownapp
- OR add the respective apps / extension by typing:
spicetify config extensions CustomAppOrExtensionName.js
- Run
spicetify backup apply
in the command line and Spicetify will install the app - You’re set! 🎉
CustomApps Folder Paths #
Platform | Path |
---|---|
macOS | ~/spicetify_data/Themes OR $SPICETIFY_CONFIG/CustomApps |
Windows | %userprofile%.spicetify\CustomApps\ |
Linux | ~/.config/spicetify/CustomApps OR $XDG_CONFIG_HOME/.config/spicetify/CustomApps/ |
Want to contribute your custom app(s) to this repo? #
Follow the instructions below or read the CONTRIBUTING.md file!
- Fork this repository
- Create another folder with your custom app name in all lower case with no symbols (dashes and underscores are okay) or spaces.
- Ensure the files and folders don’t contain the word spicetify
- Copy the necessary files into the folder
- Create a README.md in it with the following structure
# App Name
## Screenshots
[Put at least one image of the app working here]
## More
[Specify any dependencies, author name, and any other info about the custom app]
- (Optional) Add your name and custom apps or extensions to the AUTHORS.md file
- If you decide to add your name, please use the following format
# Authors
...
### [Your name](link to website, GitHub profile, donation page, etc.)
- [Your custom app](link to repo)
- Your custom app description and other info
- Open a Pull Request
Support #
If you run into any issues or need help troubleshooting any custom apps or extensions reach out to the Spicetify community on Spectrum
If there are bugs or you’d like to request a feature, open an issue using the respective template.
License #
Licensed under the MIT License by Braxton Huff