D3SOX / google-spicetify

Spotify with Google style (fork with some enhancements)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google-spicetify

Spotify with Google style

My Changes

  • Improved color schemes
  • Volume always visible
  • Style download progress, offline indicator, tracklist sort arrow
  • Remove artist page separator line
  • Round selected item end like selected playlist
  • Round artist page popular tracks cover image
  • Hide dots under player buttons
  • Move left sidebar a bit up
  • Hover to view friends list (top right)
  • Block Ads

Previews

Using Base color scheme

Home

img

Artist

img

Playlist

img

How to install

  1. Install spicetify-cli and make sure it applies default theme succesfully.
  2. Run these commands:

Linux and macOS in Bash:

cd "$(dirname "$(spicetify -c)")/Themes"
git clone https://github.com/D3SOX/google-spicetify

Windows in Powershell:

cd "$(spicetify -c | Split-Path)\Themes"
git clone https://github.com/D3SOX/google-spicetify
  1. Finally, run:
spicetify config current_theme google-spicetify
spicetify apply

There are 7 color schemes you can choose: Base, DarkWater, DarkBlue, LightGreen, LightWater, LightBlue, Gow. Change scheme with commands:

spicetify config color_scheme <scheme name>
spicetify apply

Color schemes preview

Base

See Previews section

DarkWater

img

DarkBlue

img

LightGreen

img

LightWater

img

LightBlue

img

Gow

img

About

Spotify with Google style (fork with some enhancements)

License:GNU General Public License v3.0


Languages

Language:CSS 100.0%