update packages + some tweaks

This commit is contained in:
Reid 2026-04-18 18:41:55 -07:00
parent 527378ad95
commit edfb60dd12
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
26 changed files with 304 additions and 319 deletions

View file

@ -101,6 +101,14 @@ in {
};
};
blur = {
enable = true;
passes = 2;
offset = 2;
noise = 0.04;
saturation = 1.5;
};
overview = {
backdrop-color = config.modules.desktop.themes.niri.background;
workspace-shadow = {
@ -218,14 +226,24 @@ in {
};
};
# TODO: configure popups
window-rules = [
{
geometry-corner-radius = allCorners 10.0;
clip-to-geometry = true;
}
{
matches = [ { app-id = "^org\.wezfurlong\.wezterm$"; } ];
shadow.draw-behind-window = false; # transparent bg
matches = [
{ app-id = "^org\.wezfurlong\.wezterm$"; }
];
shadow.draw-behind-window = false;
background-effect.blur = true;
}
{
matches = [
{ is-floating = true; }
];
background-effect.xray = false;
}
{
matches = [
@ -292,7 +310,6 @@ in {
];
# TODO: add shadows onto notifications. weird geometry beware !!!
# TODO: add shadows onto waybar again, but make it show the shadow drops behind the windows
# TODO: rounded vicinae
layer-rules = [
{
@ -312,6 +329,10 @@ in {
{ namespace = "^vicinae$"; }
{ namespace = "^wob$"; }
];
background-effect = {
blur = true;
xray = false;
};
shadow = {
enable = true;
};