From 794048b306d300ed8dbf289f2102484d5e2b790f Mon Sep 17 00:00:00 2001 From: akimdi Date: Tue, 20 Apr 2021 04:00:30 +0300 Subject: [PATCH] added ico format to imgview plugin --- plugins/imgview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/imgview b/plugins/imgview index 3e1afe2d..42f60cde 100755 --- a/plugins/imgview +++ b/plugins/imgview @@ -18,7 +18,7 @@ abspath() { listimages() { find -L "$(dirname "$target")" -maxdepth 1 -type f -iregex \ - '.*\(jpe?g\|bmp\|webp\|svg\|png\|gif\)$' -print0 | sort -z + '.*\(jpe?g\|bmp\|webp\|ico\|svg\|png\|gif\)$' -print0 | sort -z } view_dir() {