chore: update flake & niri blur

This commit is contained in:
danny 2026-03-06 17:06:53 +08:00
parent 601dfb9217
commit 98b4f598f8
36 changed files with 516 additions and 317 deletions

View file

@ -108,9 +108,40 @@ in
};
};
blur = {
passes = 3;
offset = 3;
noise = 0.02;
saturation = 1.5;
};
debug = {
honor-xdg-activation-with-invalid-serial = [ ];
};
layer-rules = [
{
matches = [
{ namespace = "^noctalia-overview*"; }
];
place-within-backdrop = true;
}
{
matches = [
{ namespace = "^noctalia-background-.*$"; }
];
background-effect = {
blur = true;
};
}
];
window-rules = [
# Global
{
background-effect = {
blur = true;
};
geometry-corner-radius =
let
round = wmCfg.border.radius + 0.0;
@ -122,9 +153,17 @@ in
top-right = round;
};
clip-to-geometry = true;
opacity = 1.0;
opacity = 0.8;
draw-border-with-background = false;
}
# non transparent
{
matches = [
{ app-id = "^(com.mitchellh.ghostty)$"; }
{ app-id = "^(zen-twilight)$"; }
];
opacity = 1.0;
}
# Float
{
matches = [