From 0bf9b26b87075448d49482fe4411739af765d872 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 3 Oct 2024 19:08:44 -0400 Subject: Update codebase Bring up-to-date with my other projects. Wallpaper engine behavior is mostly unchanged. Signed-off-by: Andrew Opalach --- scripts/random.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/random.sh b/scripts/random.sh index 00689a8..2f097cb 100755 --- a/scripts/random.sh +++ b/scripts/random.sh @@ -1,8 +1,7 @@ #! /usr/bin/env bash -BUILD_DIR=build-nix-release -WALLPAPERS_PATH=workshop_wallpapers_11-8-21 -#WALLPAPERS_PATH=workshop_wallpapers +BUILD_DIR=build +WALLPAPERS_PATH=workshop_wallpapers while : ; do DIR=$(find $WALLPAPERS_PATH -mindepth 1 -maxdepth 1 -type d -print0 | shuf -zn1 | xargs --null) -- cgit v1.2.3-101-g0448