Skip to content

Commit

Permalink
docs: add marketplace installation instructions and general cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostx31 committed Oct 5, 2023
1 parent dc3d4b2 commit 0bca264
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@

## Usage

**From the Marketplace**

1. If you have [Spicetify Marketplace](https://github.com/spicetify/spicetify-marketplace) installed, you can install the theme from Marketplace.

2. Navigate to Marketplace in the app, go to themes and search for Catppuccin.

**Manual installation**

1. Follow the installation instructions for [Spicetify](https://spicetify.app/docs/getting-started)
* 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:
```
Expand All @@ -43,6 +51,7 @@
sudo chmod 775 /opt/spotify
sudo chmod 775 -R /opt/spotify/Apps
```
2. Follow the [installation and basic usage guide](https://spicetify.app/docs/getting-started) to setup Spicetify
3. Clone/Download the repository, and place the `catppuccin` folder (containing `user.css`, `theme.js`, `color.ini`, and `assets`) in the `Spicetify/Themes` directory:
Expand All @@ -59,8 +68,7 @@
spicetify config inject_css 1 inject_theme_js 1 replace_colors 1 overwrite_assets 1
spicetify apply
```
5. To set an accent color, head over to Spotify's settings page and there will be a dropdown at the top.
<img src="assets/accents.webp"/>
5. To set an accent color, head over to Spotify's settings page and select the accent colour.
## 📜 License
Expand All @@ -83,19 +91,6 @@ Maintainers:
- (Style) - [ghostx31](https://github.com/ghostx31)
- (Style/Extension) - [OhItsTom](https://github.com/ohitstom)
## 🌟 Community
Unofficial Catppuccin themes for Spicetify!
<details>
<summary><a href="https://github.com/Comfy-Themes/Spicetify/tree/main/Comfy#collection">Comfy</a></summary>
<img src="https://github.com/Comfy-Themes/Spicetify/raw/main/images/color-schemes/gif/catppuccin/mocha.gif"/>
</details>
<details>
<summary><a href="https://github.com/Aurn1ox/dots/tree/main/.config/spicetify/Themes/Ziro">Ziro</a></summary>
<img src="https://raw.githubusercontent.com/Aurn1ox/dots/main/assets/spotify-preview.png"/>
</details>
<p align="center"><img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" /></p>
<p align="center">Copyright &copy; 2022-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
<p align="center"><a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a></p>

0 comments on commit 0bca264

Please sign in to comment.