Spicetify
Spicetify copied to clipboard
Stay comfy while listening to music
✅ Supported -> Spicetify 2.11.1, Spotify 1.1.90.


📥 Automatic Installation
Windows -> PowerShell:
iwr -useb https://raw.githubusercontent.com/NYRI4/Comfy-spicetify/main/install.ps1 | iex
macOS and Linux -> Bash:
curl -fsSL https://raw.githubusercontent.com/NYRI4/Comfy-spicetify/main/install.sh | sh
📥 Manual Installation
Downloading Comfy.
CD into your Themes folder in .spicetify and run :
git clone https://github.com/Comfy-Themes/Spicetify
Rename the folder to Comfy and run these commands to apply :
spicetify config current_theme Comfy
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
spicetify apply
Enabling the Comfy extension.
Windows -> Powershell:
cd "$(spicetify -c | Split-Path)\Themes\Comfy"
Copy-Item comfy.js ..\..\Extensions
spicetify config extensions comfy.js
spicetify apply
macOS and Linux -> Bash:
cd "$(dirname "$(spicetify -c)")/Themes/Comfy"
mkdir -p ../../Extensions
cp comfy.js ../../Extensions/.
spicetify config extensions comfy.js
spicetify apply
⚠️️ Warning
The theme automatically updates for users using the version of Spicetify equals or greater than 2.8.2, however, for the users that don't want to update Spicetify to the newest version:
- Go here
- Copy the whole code (sorry for the flashbang)
- Go into the Spicetify extension folder
- Open the
comfy.jsfile, paste the code and save it - Afterwards, in a terminal, run
spicetify apply - Enjoy !
For the users that don't want to update Spicetify to the newest version, do the same with this and paste it in the user.css replacing the @import.
🖌️ Customization
Go into your theme folder and open either :
color.ini for the colors
user.css to modify the code