From 42b9726ed46a16095fd80e057f058f1561bb9ed4 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Tue, 17 Mar 2026 16:32:04 +0000 Subject: [PATCH] new wallpaperthingie --- Droidnix/README.org | 7 +++++++ .../generated/hyprland/decorations/rotating_wallpaper.nix | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/Droidnix/README.org b/Droidnix/README.org index 72747ea90..05fd62297 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -782,6 +782,13 @@ Finally, it creates a systemd user service (wpaperd.service) that automatically #+BEGIN_SRC nix :tangle generated/hyprland/decorations/rotating_wallpaper.nix :noweb tangle :mkdirp yes :eval never-html { lib, config, pkgs, flakeRoot, ... }: + +builtins.trace (lib.concatStringsSep "\n" [ + "=== Wallpaper Module Loaded ===" + "Module path: ${toString __curFile}" + "=== End of Module Load Trace ===" +]); + let # Define source and destination paths source_path = "${flakeRoot}/assets/hyprland/wallpaperstuff"; diff --git a/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix b/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix index c91cddcc3..f6150a4fb 100644 --- a/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix +++ b/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix @@ -1,5 +1,12 @@ { lib, config, pkgs, flakeRoot, ... }: + +builtins.trace (lib.concatStringsSep "\n" [ + "=== Wallpaper Module Loaded ===" + "Module path: ${toString __curFile}" + "=== End of Module Load Trace ===" +]); + let # Define source and destination paths source_path = "${flakeRoot}/assets/hyprland/wallpaperstuff";