From 8b303fb0f0816e8f813f67e68f3918676bb58eab Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sat, 23 Aug 2025 09:44:28 +0800 Subject: [PATCH] feat(niri): prevent waybar black corners ref: https://github.com/YaLTeR/niri/commit/05337ce85560efc4d20cc23e9452a1e1f360007d --- modules/desktop/wm/niri/config.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/desktop/wm/niri/config.nix b/modules/desktop/wm/niri/config.nix index 4b16919..a5bf0c7 100644 --- a/modules/desktop/wm/niri/config.nix +++ b/modules/desktop/wm/niri/config.nix @@ -63,6 +63,10 @@ matches = [ { namespace = "^wallpaper$"; } ]; place-within-backdrop = true; } + { + matches = [ { namespace = "^waybar$"; } ]; + opacity = 0.99; + } ]; overview.workspace-shadow.enable = false;