From ac2fcf7d77b4978b80f46594fa7b1c8a22c082f5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 27 May 2016 15:25:45 +1000 Subject: [PATCH] Fix double space in theme output --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 672cead2..109d59cc 100755 --- a/neofetch +++ b/neofetch @@ -1713,6 +1713,7 @@ getstyle () { theme="${gtk2theme}${gtk3theme}" theme=${theme//\"} theme=${theme//\'} + theme=${theme// / } # Make the output shorter by removing "[GTKX]" from the string if [ "$gtk_shorthand" == "on" ]; then