Skip to content

daksh2k/Spicetify-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e9f2dbe · Mar 4, 2025
Jul 17, 2024
Nov 23, 2023
Mar 4, 2025
Mar 21, 2022
Jun 28, 2024
Nov 23, 2023
Nov 23, 2023
Nov 23, 2023
May 23, 2023
Nov 23, 2023
Nov 23, 2023
Mar 3, 2023
Sep 18, 2021
Aug 25, 2022
Mar 20, 2023
Feb 28, 2025
Dec 7, 2024
Dec 7, 2024

Repository files navigation

Spicetify Extensions and Themes

You can find a list and description of all the Extensions in EXTENSIONS.md

Install Methods

  • Method 1(Automatic updates) Marketplace:

    • Using Spicetify Marketplace. Follow it's README for installation instructions.

    • Extensions are automatically updated.

  • Method 2(Automatic Updates) Wrappers:

    • This method always fetches the latest version of extensions from this repo.

    • Use the extensionNameWrapper.js from the Wrappers folder.

    • For eg. You want to install the fullScreen.js extension. So use the fullScreenWrapper.js file from the Wrappers folder.

    • If you want to modify the extension before using or don't want automatic updates, Use method 3.

  • Method 3(Manual Updates) Manual:

    • Get the extension from the Extensions folder and follow the Instructions below.

    • This method does not update the extension automatically. You have to check manually from the repo if the extension is updated or not and proceed from there.

Instructions

Download the zip of the repo or clone it if you have git installed on your system.

Extract the files and choose which extensions you want to install and follow the below procedure for each extension.

Copy extensionNameWrapper.js from Extensions/Wrappers folder or extensionName.js from Extensions folder if you don't want automatic updates, into your Spicetify extensions directory:

Platform Path
Linux ~/.config/spicetify/Extensions or $XDG_CONFIG_HOME/.config/spicetify/Extensions/
MacOS ~/.config/spicetify/Extensions or $SPICETIFY_CONFIG/Extensions
Windows %appdata%/spicetify/Extensions/

After putting the extension file into the correct folder, run the following command to install the extension:

spicetify config extensions extensionNameWrapper.js
spicetify apply