From 58b0cf9a907d3955a28462affe12587b1fd192de Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 25 Jan 2016 01:22:45 +1100 Subject: [PATCH] Fix duplicated icon output on elementary OS --- fetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch b/fetch index a8b22c3c..da4f1876 100755 --- a/fetch +++ b/fetch @@ -906,13 +906,13 @@ getgtk () { gtk2theme=${gtk2theme//\"/} [ "$gtk2theme" ] && \ - gtktheme="$gtk2theme [GTK2], " + gtk2theme="$gtk2theme [GTK2], " # Format the string gtk3theme=${gtk3theme/${name}*=/} gtk3theme=${gtk3theme//\"/} gtk3theme=${gtk3theme/[[:space:]]} - gtktheme="${gtktheme}${gtk3theme} [GTK3] " + gtktheme="${gtk2theme}${gtk3theme} [GTK3] " # Check to see if gtk2 and gtk3 theme are identical if [ "$gtk2theme" ] && [ "$gtk2theme" == "$gtk3theme" ]; then