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

blur partial window #21

Open
uwni opened this issue Jan 10, 2022 · 3 comments
Open

blur partial window #21

uwni opened this issue Jan 10, 2022 · 3 comments

Comments

@uwni
Copy link

uwni commented Jan 10, 2022

Is it possible to blur some specific parts only of a window.
like 'title bar', ' places area of nautilus', or more particular condition like "all areas whose opacity less than 1"

@yilozt
Copy link
Owner

yilozt commented Jan 10, 2022

It's a little hard to implement. the blur effect is just add a blur layer behind window, and simply change the opacity of window.A feasible way is to change opacity of title bar by editing css of gtk theme by yourself, and add window to blur list.

@Microwave-WYB
Copy link

Try to look for GTK themes that provide transparent components. For example WhiteSur has transparent favorite bar for nautilus, you can use the theme and set opacity to blurred windows to 1 so titlebar and other components won't be transparent

@pushqrdx
Copy link

Like alpha blurring in compiz, that would do the trick. Though it can be chaotic with fading animations etc, that's why KWin for instance uses a blur atom on surfaces that want to be blurred

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

No branches or pull requests

4 participants