spicetify-bloom icon indicating copy to clipboard operation
spicetify-bloom copied to clipboard

Add option to disable blurred artwork background on the Lyrics Plus page

Open Yashirow opened this issue 2 years ago • 7 comments

When using the Lyrics plus custom app there's an option called "colorful background" which enable/disable a background based on the album cover's color. However when using the theme there's no way to disable the option.

Option behavior without the theme :

Disabled

image

Enabled

image

Option behavior with the theme :

Disabled

image

Enabled

image

It could be related to the var(--spice-main) parameter maybe ?

Yashirow avatar May 20 '23 23:05 Yashirow

It is not a bug, the background you see is a theme custom background, not a Lyrics Plus ones. Lyrics Plus background is hidden, so its settings have no effect

SunsetTechuila avatar May 21 '23 08:05 SunsetTechuila

For now I can suggest a workaround for you:

  1. Open Marketplace
  2. Go to Snippets
  3. Press "Add CSS"
  4. Paste .lyrics-lyricsContainer-LyricsBackground { visibility: visible !important; } to the Custom CSS field
  5. Save snippet

SunsetTechuila avatar May 21 '23 08:05 SunsetTechuila

Okay thanks, it works fine.

Yashirow avatar May 21 '23 12:05 Yashirow

@Yashirow now you need .lyrics-lyricsContainer-LyricsBackground { display: unset !important; }

SunsetTechuila avatar Jun 06 '23 14:06 SunsetTechuila

@SunsetTechuila Is there a new workaround for this?

InsrtRandomUserHere avatar Nov 25 '23 10:11 InsrtRandomUserHere

@InsrtRandomUserHere nothing changed if it is not working for you, try this :root .lyrics-lyricsContainer-LyricsBackground { display: unset !important; } sorry for the late response

SunsetTechuila avatar Dec 11 '23 06:12 SunsetTechuila

if it is not working for you, try this :root .lyrics-lyricsContainer-LyricsBackground { display: unset !important; }

@SunsetTechuila Yup, thanks that worked. Though the only problem I have now is that the scrollbar appears on the side

InsrtRandomUserHere avatar Dec 12 '23 18:12 InsrtRandomUserHere

@InsrtRandomUserHere im closing the issue! open an issue anytime if anything goes wrong! until we meet again, keep blooming ^_~

nimsandu avatar Jun 25 '24 05:06 nimsandu