add niri blur
This commit is contained in:
parent
2e04c479c3
commit
532b715466
3 changed files with 21 additions and 8 deletions
|
|
@ -122,6 +122,12 @@
|
|||
softness = 30;
|
||||
color = base00 + "77";
|
||||
};
|
||||
blur = {
|
||||
enable = true;
|
||||
passes = 2;
|
||||
radius = 4;
|
||||
noise = 0.1;
|
||||
};
|
||||
};
|
||||
window-rules = [
|
||||
{
|
||||
|
|
@ -132,7 +138,7 @@
|
|||
bottom-right = 16.0;
|
||||
};
|
||||
clip-to-geometry = true;
|
||||
opacity = 1.0;
|
||||
opacity = 0.95;
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue