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;