1

Modules/Hyprland: Blur gtk4-layer-shell + dim around rofi layers

This commit is contained in:
2025-06-11 13:28:39 +02:00
parent 3b395a6d15
commit bc2b494110

View File

@ -459,14 +459,15 @@ in {
font_family = "${color.font}"; font_family = "${color.font}";
}; };
# Because those are not windows, but layouts, # Because those are not windows, but layers,
# we have to blur them explicitly # we have to blur them explicitly
layerrule = [ layerrule = [
"blur,rofi" "blur,rofi"
"ignorealpha 0.001,rofi" "ignorealpha 0.001,rofi"
# "dimaround,rofi" "dimaround,rofi"
"blur,waybar" "blur,waybar"
"blur,gtk4-layer-shell"
]; ];
decoration = { decoration = {