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 background? #119

Closed
steven-omaha opened this issue Aug 21, 2023 · 2 comments
Closed

blur background? #119

steven-omaha opened this issue Aug 21, 2023 · 2 comments

Comments

@steven-omaha
Copy link

Thanks for this excellent launcher! I highly appreciate it because it is fast and customizable!

I'm using the fullscreen example config on my machine. Is it possible to blur the background using the effects the wayland compositor?

@MahouShoujoMivutilde
Copy link

In hyprland you can add blur to it with

blurls = launcher

in hyprland.conf

Spoiler

25-08-2023-00_14_58

To actually learn that it is a launcher you can

❯ hyprctl layers                                 
Monitor DP-1:
	Layer level 0 (background):
		Layer 5629df749380: xywh: 0 0 2560 1440, namespace: wallpaper
	Layer level 1 (bottom):
	Layer level 2 (top):
		Layer 5629e13c17f0: xywh: 0 0 2560 44, namespace: waybar
	Layer level 3 (overlay):




~ 
❯ (sleep 1; hyprctl layers) & tofi-drun
[1] 288665
Monitor DP-1:
	Layer level 0 (background):
		Layer 5629df749380: xywh: 0 0 2560 1440, namespace: wallpaper
	Layer level 1 (bottom):
	Layer level 2 (top):
		Layer 5629e13c17f0: xywh: 0 0 2560 44, namespace: waybar
	Layer level 3 (overlay):
		Layer 5629e3086de0: xywh: 640 360 1280 720, namespace: launcher



[1]  + done       ( sleep 1; hyprctl layers; )

Idk about other compositors.

@steven-omaha
Copy link
Author

Phenomenal! Thank you!

Will try this out. I'm also using Hyprland, so consider this closed for now.

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

2 participants