commit b1156fef0bcd3819c6247cc2122bb05968e3ce80
parent 4dd2929bf70a395c05819209319ed230051c750d
Author: clamiax <smoppy@gmail.com>
Date: Fri, 18 Apr 2014 17:58:36 +0200
Add 2 todo items to scrapthumb.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scrapthumb b/scrapthumb
@@ -4,6 +4,8 @@
# TODO
# - Handle network errors
+# - Store source and file to $INFOBG (/tmp/.scrapthumb)
+# - Disable ~/.fehbg
GETTER="wget -t1 -qO -"
VIEWER=echo
@@ -43,7 +45,6 @@ preload() {
else
IMGS[$i]="$($GETTER "$src/random" |grep -o 'property="og:image" content="[^ ]*"' |cut -b 29- |tr -d \")"
fi
-
done
}