Setting up rotating wallpapers
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user