Regenerated
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user