https://github.com/khanhas/google-spicetify
Spotify with Google style
https://github.com/khanhas/google-spicetify
Last synced: 2 months ago
JSON representation
Spotify with Google style
- Host: GitHub
- URL: https://github.com/khanhas/google-spicetify
- Owner: khanhas
- License: gpl-3.0
- Created: 2019-06-08T14:20:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T14:44:49.000Z (over 4 years ago)
- Last Synced: 2024-11-01T13:35:13.942Z (7 months ago)
- Language: CSS
- Homepage:
- Size: 90.8 KB
- Stars: 135
- Watchers: 4
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# google-spicetify
Spotify with Google style## Previews
#### Base#### Gow
#### Dark
## How to install
1. Install [spicetify-cli](https://github.com/khanhas/spicetify-cli) and make sure it applies default theme succesfully.
2. Run these commands:
**Linux and MacOS** in Bash:
```bash
cd "$(dirname "$(spicetify -c)")/Themes"
git clone https://github.com/khanhas/google-spicetify
```**Windows** in Powershell:
```powershell
cd "$(spicetify -c | Split-Path)\Themes"
git clone https://github.com/khanhas/google-spicetify
```3. Finally, run:
```
spicetify config current_theme google-spicetify
spicetify apply
```There are 4 color schemes you can choose: `Base`, `Dark`, `Gow`, `Spotify`. Change scheme with commands:
```
spicetify config color_scheme
spicetify apply
```