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