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
@@ -3,3 +3,4 @@ exec-once = hypridle
exec-once = hyprpolkitagent
exec-once = systemd-run --user --scope --unit=elephant elephant
exec-once = bash -c "sleep 5 && waybar"
exec-once = swww-daemon &
@@ -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" ];
};
}