diff options
| author | 2024-10-03 19:08:44 -0400 | |
|---|---|---|
| committer | 2024-10-04 14:19:40 -0400 | |
| commit | 0bf9b26b87075448d49482fe4411739af765d872 (patch) | |
| tree | e3f0e3312a92e5250fa72b410adb370734deca04 /scripts | |
| parent | acd44bb898996ff4e36b39b10e870e40bcaf2634 (diff) | |
| download | mauri-0bf9b26b87075448d49482fe4411739af765d872.tar.gz mauri-0bf9b26b87075448d49482fe4411739af765d872.tar.bz2 mauri-0bf9b26b87075448d49482fe4411739af765d872.zip | |
Update codebase
Bring up-to-date with my other projects. Wallpaper engine behavior is
mostly unchanged.
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/random.sh | 5 |
1 files changed, 2 insertions, 3 deletions
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) |