nimsandu / spicetify-bloom

Spicetify theme inspired by Microsoft's Fluent Design, Always up-to-date!, A Powerful Theme to Calm your Eyes While Listening to Your Favorite Beats
MIT License
559 stars 51 forks source link

Enable transparent windows contol bg #351

Open BedBug2479 opened 4 months ago

BedBug2479 commented 4 months ago

Provide a description of the new feature

Enable transparent window controls background may be by adding the below CSS to the theme

body::after { content: ""; position: absolute; right: 0; z-index: 999; backdrop-filter: brightness(2.12); / page zoom [ctrl][+] or [ctrl][-] edit width and height accordingly 69% = 194px 45px 76% = 177px 40.5px 83% = 162px 37.5px 91% = 148px 34px 100% = 135px 31px (default) 110% = 123px 28.5px / width: 135px; height: 40px; }

Additional Information

Feature request

nimsandu commented 3 months ago

could you please bring this up as a pr? we can try testing it with all the contributors?

nimsandu commented 3 months ago

@BedBug2479 well, i have fixed the top bar, do we still need transparent window controls mate? #357

BedBug2479 commented 3 months ago

@BedBug2479 well, i have fixed the top bar, do we still need transparent window controls mate? #357

it is a suggestion from my side; your wish if you want to add it or not

nimsandu commented 3 months ago

@BedBug2479 Hey, I really appreciate your suggestion. I'll review the code and test it as well, since Bloom used to have transparent window controls in its early stages. However, we had to remove them due to issues arising after Spotify updates and to prevent user confusion. Since this involves a revival, we must approach it with great consideration. i hope you understand!