From 830cf0ec3bf89e1cfbade8d0db19cdcd547dd46c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 3 Oct 2016 10:03:41 +1100 Subject: [PATCH] Wallpaper: Replace %20 with space --- config/config | 2 +- neofetch | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config b/config/config index 2615fd60..8cf39e72 100644 --- a/config/config +++ b/config/config @@ -266,7 +266,7 @@ block_height=1 progress_char_elapsed="-" progress_char_total="=" -# Progress vorder +# Progress border # --progress_border on/off progress_border="on" diff --git a/neofetch b/neofetch index 3f139c92..a68ed0d6 100755 --- a/neofetch +++ b/neofetch @@ -1947,6 +1947,7 @@ getwallpaper() { # Strip quotes etc from the path. img="${img/'file://'}" img="${img//\'}" + img="${img//\%20/ }" fi ;;