vt-d / spicetify

🎧 Soothing pastel theme for Spotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo
Catppuccin for Spicetify

Spicetify Theme Preview

Usage

  1. Follow the installation instructions for Spicetify
    • Note: The installation instructions for linux have you setting /opt/spotify and /opt/spotify/Apps/* permissions to 777. This is not good practice and should be avoided. If you want, you can set the group ownership for these paths to one that your user is apart of (i.e. users), or you can create a new group and add it as a secondary group to your user. After that you can use the following command to give access to the group:
      GROUP=<group_name>
      sudo chgrp $GROUP /opt/spotify
      sudo chgrp -R $GROUP /opt/spotify/Apps
      sudo chmod 775 /opt/spotify
      sudo chmod 775 -R /opt/spotify/Apps
      
  2. Follow the basic usage to setup Spicetify
  3. Either clone this repo git clone https://github.com/catppuccin/spicetify.git ~/.config/spicetify/Themes/catppuccin or copy over the color.ini and user.css files manually to a directory named catppuccin in the Spicetify theme directory. This is usually located in ~/.config/spicetify/Themes
  4. Copy over the catppuccin.js extension to the appropriate place.
    SPICE_PATH="~/.config/spicetify"
    cp $SPICE_PATH/Themes/catppuccin/catppuccin.js $SPICE_PATH/Extensions/
    
    • Note: If there are updates to the javascipt, do not forget to recopy over catppuccin.js!
  5. Set theme and color scheme. Supported color schemes: rosewater, flamingo, mauve, pink, maroon, red, peach, yellow, green, teal, blue, sky, lavender
    spicetify config current_theme catppuccin
    spicetify config color_scheme lavender
    spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
    spicetify config extensions catppuccin.js
    
  6. If you want to update the theme without opening it up run spicetify update. If you want to update the theme and open/restart Spotify at the same time run spicetify apply

πŸ“œ License

Catppuccin is released under the MIT license, which grants the following permissions:

  • Commercial use
  • Distribution
  • Modification
  • Private use

For more convoluted language, see the LICENSE.

πŸ’ Thanks to

Copyright Β© 2022-present Catppuccin Org

About

🎧 Soothing pastel theme for Spotify

License:MIT License


Languages

Language:CSS 83.7%Language:JavaScript 16.3%