Regenerated

This commit is contained in:
2026-03-29 15:48:40 +00:00
parent cc3c959216
commit cb4de602cb
9 changed files with 438 additions and 355 deletions
@@ -88,4 +88,21 @@ in
Persistent = true; # catch up missed runs
};
};
############################
# Random background per workspace at boot
############################
systemd.user.services.workspaceWallpapers = {
description = "Dynamic wallpapers per workspace for Hyprland";
after = [ "graphical-session.target" ];
wants = [ "graphical-session.target" ];
serviceConfig = {
ExecStart = "${HOME}/Wallpapers/scripts/workspace-wallpapers.sh";
Restart = "always";
};
wantedBy = [ "default.target" ];
};
}