Commit b8b58e3
Changed files (2)
modules
desktop
shell
niri
appearance
modules/desktop/shell/niri/appearance/layer-rules.nix
@@ -0,0 +1,10 @@
+{
+ flake.modules.homeManager.niri = _: {
+ programs.niri.settings.layer-rules = [
+ {
+ matches = [{namespace = "^quickshell$";}];
+ place-within-backdrop = true;
+ }
+ ];
+ };
+}
modules/desktop/shell/niri/appearance/layout.nix
@@ -15,6 +15,7 @@
];
default-column-width.proportion = 1.0 / 2.0;
always-center-single-column = true;
+ background-color = "transparent";
};
};
}