Back to Noctalia

Spotify

v5-templates-community-spotify.md

latest1.5 KB
Original Source

Spotify

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

Setup

Section titled “Setup”

  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 isspicetify config-dir# example:cd ~/.config/spicetify/Themes/
# now clone Comfy Repo heregit clone https://github.com/Comfy-Themes/Spicetify.git ComfyRepo
# move the Comfy folder to the Themes/ directorymv ./ComfyRepo/Comfy/ ./# optionally clean up as well :)rm -rf ./ComfyRepo/
# finally apply the themespicetify config current_theme Comfy color_scheme Comfyspicetify config inject_css 1 replace_colors 1 overwrite_assets 1 inject_theme_js 1spicetify apply
  1. Enable matugen spicetify theming in Noctalia:
  • Open Settings → Color Scheme → Templates → Programs
  • Toggle on Spicetify
  1. Enjoy!

Troubleshooting

Section titled “Troubleshooting”

  • Theme not applying: Run spicetify apply or restart spotify