Modules/Hyprland: Blur gtk4-layer-shell + dim around rofi layers
This commit is contained in:
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user