Skip to content

Spotify

This guide covers theming Spotify with the help of spicetify and comfy

  1. Install spicetify according to your linux distribution: refer to this link over here: https://spicetify.app/docs/getting-started

  2. Install the comfy theme MANUALLY: refer to this link over here: https://github.com/Comfy-Themes/Spicetify?tab=readme-ov-file#-manual-installation or follow the instructions below,

Terminal window
# navigate to your spicetify/Themes/ directory
# run the command below to check where your config directory is
spicetify config-dir
# example:
cd ~/.config/spicetify/Themes/
# now clone Comfy Repo here
git clone https://github.com/Comfy-Themes/Spicetify.git ComfyRepo
# move the Comfy folder to the Themes/ directory
mv ./ComfyRepo/Comfy/ ./
# optionally clean up as well :)
rm -rf ./ComfyRepo/
# finally apply the theme
spicetify config current_theme Comfy color_scheme Comfy
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1 inject_theme_js 1
spicetify apply
  1. Enable matugen spicetify theming in Noctalia:

    • Open Settings → Color Scheme → Templates → Programs
    • Toggle on Spicetify
  2. Enjoy!

  • Theme not applying: Run spicetify apply or restart spotify