Regenerated

This commit is contained in:
2026-03-26 14:24:05 +00:00
parent 0257eb72d5
commit cc5d6448af
3 changed files with 15 additions and 12 deletions
@@ -81,17 +81,13 @@ in
systemd.user.services.swww-init = {
Unit = {
Description = "Initialize wallpaper with swww";
Description = "Initialize wallpapers per workspace";
After = [ "swww-daemon.service" ];
};
Service = {
Type = "oneshot";
ExecStart = ''
${pkgs.swww}/bin/swww img ${wallpaperDst} --transition-type fade slide blend zoom wipe cube fade-zoom slide-zoom
'';
ExecStart = "${wallpaperDst}/set-wallpapers-per-workspace.sh";
};
Install = {
WantedBy = [ "graphical-session.target" ];
};