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

Enable transparent windows contol bg

Open BedBug2479 opened this issue 1 month ago • 4 comments

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

BedBug2479 avatar May 11 '24 05:05 BedBug2479