Astromations / Hazy

A translucent spicetify theme
258 stars 12 forks source link

Play bar not translucent #48

Closed Molynesio closed 7 months ago

Molynesio commented 8 months ago

Is there any way to make it that way? On the screenies I can see you can, any help is welcome Thanks spicetify

Astromations commented 8 months ago

It looks like you're using another theme and or extension with Hazy. They're overwriting the css which removes the Now Playing Bar background. Which specific themes/extensions are you using?

In the mean time, try adding this as a css snippet:

.Root__now-playing-bar {
  background-color: var(--backdrop) !important; }