From 5a540d7a4af108571c674853a927ab6936e6266b Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Tue, 17 Mar 2026 15:42:54 +0000 Subject: [PATCH] Setting up rotating wallpapers --- Droidnix/README.org | 2 +- Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index fbb1f55da..f978b10cd 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -780,7 +780,7 @@ rotating_wallpaper.nix installs wpaperd and deploys your wallpaper files from th You can edit assets/copy_2_root/wallpaperstuff/wallpaper.conf to change settings Finally, it creates a systemd user service (wpaperd.service) that automatically starts wpaperd at login and keeps it running, using your override config so wallpapers rotate according to your settings. #+BEGIN_SRC nix :tangle generated/hyprland/decorations/rotating_wallpaper.nix :noweb tangle :mkdirp yes :eval never-html -{ lib, config, pkgs, ... }: +{ lib, config, pkgs, flakeRoot,... }: let # Define source and destination paths diff --git a/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix b/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix index 9e6a0a648..3a478ac6e 100644 --- a/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix +++ b/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix @@ -1,4 +1,4 @@ -{ lib, config, pkgs, ... }: +{ lib, config, pkgs, flakeRoot,... }: let # Define source and destination paths