add niri shadow

This commit is contained in:
Sean Kovacs 2026-02-07 17:05:34 -05:00
commit 452b03f6f9
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -116,12 +116,12 @@
urgent.color = base12; urgent.color = base12;
}; };
shadow = { shadow = {
enable = false; enable = true;
spread = 5; spread = 10;
offset.x = 0; offset.x = 0;
offset.y = 5; offset.y = 0;
softness = 30; softness = 30;
color = base00 + "77"; color = base11 + "BF";
}; };
# blur = { # blur = {
# enable = true; # enable = true;