From 3e4416c128e720f6ed221cb2ca847b4746d2c789 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 4 Nov 2025 09:54:42 +0400 Subject: fix(swall): do not look for gif files --- scripts/gui/swall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/gui') 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 -- cgit v1.2.3