diff --git a/fetch b/fetch index 1f74560e..571fda75 100755 --- a/fetch +++ b/fetch @@ -1322,9 +1322,6 @@ getstyle () { theme=${theme//\"} theme=${theme//\'} - # If the final string is empty print "None" - [ -z "$theme" ] && theme="None" - # Make the output shorter by removing "[GTKX]" from the string if [ "$gtk_shorthand" == "on" ]; then theme=${theme/ '[GTK2]'}