All Projects β†’ NYRI4 β†’ Comfy-spicetify

NYRI4 / Comfy-spicetify

Licence: WTFPL license
Stay comfy while listening to music

Programming Languages

SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
powershell
5483 projects
shell
77523 projects

Projects that are alternatives of or similar to Comfy-spicetify

SpotifyNoPremium
A cross-platform Spicetify theme which declutters Spotify stock UI and removes all ads.
Stars: ✭ 376 (+22.48%)
Mutual labels:  spotify, spicetify, spicetify-themes
spicetify
🎨 Omni for Spicetify
Stars: ✭ 111 (-63.84%)
Mutual labels:  spotify, spicetify, spicetify-themes
Spotify-Customizer
Chrome extension to customize Spotify web client (themes, lyrics, ...)
Stars: ✭ 27 (-91.21%)
Mutual labels:  spotify, spicetify, spicetify-themes
Spicetify Themes
A community-driven collection of themes for customizing Spotify through Spicetify (https://github.com/khanhas/spicetify-cli)
Stars: ✭ 3,034 (+888.27%)
Mutual labels:  spotify, spicetify, spicetify-themes
Spicetify-Canvas
Spotify Canvas, on Spicetify for Desktop!
Stars: ✭ 34 (-88.93%)
Mutual labels:  spotify, spicetify
spicetify-hide-podcasts
Spicetify extension to hide podcasts
Stars: ✭ 193 (-37.13%)
Mutual labels:  spotify, spicetify
spicetify-marketplace
Download extensions and themes directly from Spicetify
Stars: ✭ 125 (-59.28%)
Mutual labels:  spotify, spicetify
spicetify-custom-apps-and-extensions
A community-driven collection of custom apps for Spicetify (https://github.com/khanhas/spicetify-cli)
Stars: ✭ 157 (-48.86%)
Mutual labels:  spotify, spicetify
spicetify-extensions
extensions for spotify i'm creating
Stars: ✭ 207 (-32.57%)
Mutual labels:  spotify, spicetify
mixmello
Create remixed versions of your favourite Spotify playlists.
Stars: ✭ 38 (-87.62%)
Mutual labels:  spotify
spotify-control-rust
A simple CLI to control Spotify via D-bus
Stars: ✭ 15 (-95.11%)
Mutual labels:  spotify
radiopush
Create communities and share songs with Spotify users (https://radiopush.app)
Stars: ✭ 89 (-71.01%)
Mutual labels:  spotify
react-spotify-player
Realtime Spotify Player built with React.
Stars: ✭ 126 (-58.96%)
Mutual labels:  spotify
spotify-reverse-playlist
This Linux bash script reverses the tracks in a playlist. It creates a new playlist with all tracks reversed.
Stars: ✭ 29 (-90.55%)
Mutual labels:  spotify
nabbyl
A web app to get the color palette from your favorite albums.
Stars: ✭ 22 (-92.83%)
Mutual labels:  spotify
spotitySpeedExtension
change the speed of spotify song playback rate. slow or fast.
Stars: ✭ 49 (-84.04%)
Mutual labels:  spotify
spotilink
Parse Spotify URLs into Lavalink track objects.
Stars: ✭ 22 (-92.83%)
Mutual labels:  spotify
MusaicFM
Screensaver inspired by Apple’s inbuilt iTunes Screensaver. It can display Artwork by Spotify or last.fm Profile Data.
Stars: ✭ 223 (-27.36%)
Mutual labels:  spotify
spotify-to-mp3-python
The simplest way to convert/download your Spotify playlist into MP3 files, using Python 3.
Stars: ✭ 87 (-71.66%)
Mutual labels:  spotify
yandex2spotify
Simple Python script that allow to import music from Yandex.Music to Spotify
Stars: ✭ 101 (-67.1%)
Mutual labels:  spotify

βœ… Supported -> Spicetify 2.14.0, Spotify 1.1.96.


Banner


Preview

πŸ“₯ 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 color_scheme <option>
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:

  1. Go here
  2. Copy the whole code (sorry for the flashbang)
  3. Go into the Spicetify extension folder
  4. Open the comfy.js file, paste the code and save it
  5. Afterwards, in a terminal, run spicetify apply
  6. 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].