feat(niri): prevent waybar black corners

ref: 05337ce855
This commit is contained in:
2025-08-23 09:44:28 +08:00
parent 49bbfe094a
commit 8b303fb0f0

View File

@@ -63,6 +63,10 @@
matches = [ { namespace = "^wallpaper$"; } ];
place-within-backdrop = true;
}
{
matches = [ { namespace = "^waybar$"; } ];
opacity = 0.99;
}
];
overview.workspace-shadow.enable = false;