Blur-My-Shell compatibility #2
Open
MeguMario wants to merge 3 commits into
Open
Conversation
|
Is it works with fractional scaling or it's unfixable? |
Author
Sorta, the radius looks a little off when moving window between 100% and other scaling value. I may attempt to fix this but dunno how that will go. |
|
Off topic and sorry if I'm out of line but what is that Vesktop theme? Looks real clean. |
Author
It's Discord Gnome Theme |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adapt from flexagoon/rounded-window-corners#77
This fix the issue where the blur do not apply on app start when using BMS with this extension
Before
before.mp4
After
after.mp4
The problem of that PR also may carry to here so suggestion is welcome!
There's also an issue where the rounded cornor effect do not reapply when the app start maximized or being maximized once. Tho I'm unsure if this is a side effect of this patch or notThis also fix the issue where the corner rounding effect do not reapply on window state changes (normal to maximized / fullscreen or window spawn already maximized) by moving signal disconnection to a seperate function and only being called when a window is destroyed.