From 65900c4b5f35d2bc82178d4a76adc8419d31498b Mon Sep 17 00:00:00 2001 From: Emmet Date: Thu, 7 Sep 2023 19:40:15 -0500 Subject: [PATCH] Updated blur and opacity --- user/wm/hyprland/hyprland.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 31aee9f3..25870ef3 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -166,6 +166,9 @@ windowrulev2 = workspace special silent,$gearyscratchpad windowrulev2 = center,$gearyscratchpad + windowrulev2 = opacity 0.75,$gearyscratchpad + windowrulev2 = opacity 0.65,title:ORUI + bind=SUPER,code:21,exec,pypr zoom bind=SUPER,code:21,exec,hyprctl reload @@ -196,7 +199,16 @@ decoration { rounding = 8 + blur { + enabled = true + size = 5 + passes = 2 + ignore_opacity = true + contrast = 1.17 + brightness = 0.9 + } } + ''; xwayland = { enable = true; }; systemdIntegration = true;