diff options
| -rwxr-xr-x | scripts/gui/swall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gui/swall b/scripts/gui/swall index 9cb9e39..09c8e83 100755 --- a/scripts/gui/swall +++ b/scripts/gui/swall @@ -59,7 +59,7 @@ if [ -n "${input}" ]; then fi if [ -n "${waldir}" ]; then - image=$(find "${waldir}" -iregex '.*.\(jpg\|jpeg\|png\|gif\)' 2>/dev/null \ + image=$(find "${waldir}" -iregex '.*.\(jpg\|jpeg\|png\)' 2>/dev/null \ | shuf -n 1 ) fi |
