Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable transparent windows contol bg #351

Open
BedBug2479 opened this issue May 11, 2024 · 4 comments
Open

Enable transparent windows contol bg #351

BedBug2479 opened this issue May 11, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@BedBug2479
Copy link

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 BedBug2479 added the enhancement New feature or request label May 11, 2024
@nimsandu
Copy link
Owner

nimsandu commented Jun 3, 2024

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

@nimsandu
Copy link
Owner

nimsandu commented Jun 3, 2024

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

@BedBug2479
Copy link
Author

@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
Copy link
Owner

nimsandu commented Jun 3, 2024

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants