Setting up rotating wallpapers

This commit is contained in:
2026-03-17 15:42:54 +00:00
parent 2f844040c0
commit 5a540d7a4a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -1,4 +1,4 @@
{ lib, config, pkgs, ... }:
{ lib, config, pkgs, flakeRoot,... }:
let
# Define source and destination paths