From bc2b4941101093f8346dac636ce076a5f098d468 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 11 Jun 2025 13:28:39 +0200 Subject: [PATCH] Modules/Hyprland: Blur gtk4-layer-shell + dim around rofi layers --- home/modules/hyprland/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/modules/hyprland/default.nix b/home/modules/hyprland/default.nix index 81fc3f52..d08cb94f 100644 --- a/home/modules/hyprland/default.nix +++ b/home/modules/hyprland/default.nix @@ -459,14 +459,15 @@ in { font_family = "${color.font}"; }; - # Because those are not windows, but layouts, + # Because those are not windows, but layers, # we have to blur them explicitly layerrule = [ "blur,rofi" "ignorealpha 0.001,rofi" - # "dimaround,rofi" + "dimaround,rofi" "blur,waybar" + "blur,gtk4-layer-shell" ]; decoration = {