feat(niri): prevent waybar black corners

ref: https://github.com/YaLTeR/niri/commit/05337ce85560efc4d20cc23e9452a1e1f360007d
This commit is contained in:
2025-08-23 09:44:28 +08:00
parent 49bbfe094a
commit 8b303fb0f0
+4
View File
@@ -63,6 +63,10 @@
matches = [ { namespace = "^wallpaper$"; } ]; matches = [ { namespace = "^wallpaper$"; } ];
place-within-backdrop = true; place-within-backdrop = true;
} }
{
matches = [ { namespace = "^waybar$"; } ];
opacity = 0.99;
}
]; ];
overview.workspace-shadow.enable = false; overview.workspace-shadow.enable = false;