Alex Nemeth

Results 10 comments of Alex Nemeth

@ishovkun I created a blurred Breeze theme: https://github.com/alex47/BreezeBlurred If you want to implement it in SierraBreeze you can use this as guidance.

By the way this is how Konsole looks with my theme + my new blur I think it's worth implementing transparency ![Alt](https://i.imgur.com/zBnTq4N.png)

@ishovkun I don't think so. But it doesn't take much effort to implement it. All you have to change is in breezedecoration.cpp `Decoration::paint(` add `m_windowColor.setAlpha( m_opacityValue );` ( like [here](https://github.com/alex47/BreezeBlurred/blob/master/breezedecoration.cpp#L449)...

This would be a very specific change for a very specific user theme. I don't think plasma devs would implement it.

@RavenTheDev I sometimes look at this project, but I mostly abandoned it because what we do here is a dirty hack and I'm working on a better implementation. this project...

that's because of the way shadows are rendered the decoration creates the shadow and then passes it to kwin, so the window and shadows are not rendered at the same...

Thanks for the feedback. I personally only add features to this theme that I would actually use. That being said, if someone made a pull request that adds this, I...

Hi Tarbetu, This is a very old fork of breeze. Let me rebase it on newest one first.

@javiercn Yes, it happens with a new project as well. After I upgraded these two nuget packages the problem went away. Thanks for pointing me to the right direction. ![image](https://user-images.githubusercontent.com/10761683/204098938-ca3be09e-cb94-4a55-be4b-2d050ed7ffcb.png)

@angelorodem could you please try again from master?