From baac62446842daa585d625a5ee0a097f2733130d Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 3 Apr 2021 23:59:21 -0500 Subject: [PATCH] Show the url of the image used when debug is enabled --- nekofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/nekofetch b/nekofetch index 550a4ad..7630fdf 100755 --- a/nekofetch +++ b/nekofetch @@ -58,6 +58,7 @@ else fi url=$(curl -fsSL "$imgurl" | jq -r ".url") +[ "$DEBUG" = "true" ] && echo "Using image at url $url" curl -fsSLo "$tmpfile.jpg" "$url" if [ "$TERM" = "xterm-kitty" ]; then