Commit b8b58e3

HPCesia <me@hpcesia.com>
2025-10-11 10:32:22
feat: backdrop wallpaper
1 parent 8f8cdca
Changed files (2)
modules
desktop
shell
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";
     };
   };
 }