add niri blur

This commit is contained in:
Sean Kovacs 2026-02-21 09:58:07 -05:00
commit 8ce856773a
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 40 additions and 48 deletions

View file

@ -83,13 +83,11 @@
};
cursor = {
hide-when-typing = false;
# hide-after-inactive-ms = 10000;
size = config.userOptions.cursor.size;
theme = config.userOptions.cursor.name;
};
layout = {
gaps = 4;
# background-color = base10;
background-color = "transparent";
default-column-width = {
proportion = 0.5;
@ -121,12 +119,6 @@
softness = 30;
color = base11 + "BF";
};
# blur = {
# enable = true;
# passes = 4;
# radius = 4;
# noise = 0.1;
# };
};
window-rules = [
{
@ -137,7 +129,13 @@
bottom-right = 8.0;
};
clip-to-geometry = true;
opacity = 0.975;
opacity = 0.95;
background-effect = {
xray = false;
blur = true;
noise = 0.05;
saturation = 1;
};
}
{
matches = [
@ -170,7 +168,7 @@
is-active = false;
}
];
opacity = 0.95;
opacity = 0.925;
}
{
matches = [
@ -191,6 +189,10 @@
{
app-id = "mpv";
}
{
app-id = "firefox";
title = "Picture-in-Picture";
}
];
opacity = 1.0;
}