Astromations / Hazy

A translucent spicetify theme
257 stars 12 forks source link

Now Playing section is solid black after the recent Spotify update (and a minor color difference within it, once fixed) #93

Closed SKDemon820 closed 3 months ago

SKDemon820 commented 3 months ago

Spotify: v1.2.38.720.ga4a70a0e for macOS (Apple Silicon) Spicetify: v2.36.11

After the new Spotify update the theme stopped applying to the now playing section, I assume because the class name changed.

And although you can't see this when it's pure black of course, if I use a snippet to correctly apply apply the theme to the new class name (.ffFwfKcPDbmAPLXzxzKq.enter-done {background-color: var(--backdrop) !important;}) then it looks like there's a slight difference in the background color/transparency right above the song title. I actually first noticed this a few days ago before the update which made the now playing section black, so I assume it's an unrelated issue.

Here's an image of the color difference: Screenshot 2024-05-23 at 8 49 50 PM

Donaldino7712 commented 3 months ago

This snippet seems to fix that issue:

.main-nowPlayingView-nowPlayingWidget > div > div:nth-child(1) > div {
  box-shadow: none !important;
}
Astromations commented 3 months ago

Noted. Will fix in an upcoming commit 👍