From 4d1ebbe600836b4b878b99667f74e511f61a17f0 Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 17 Feb 2016 17:14:58 +1100 Subject: [PATCH] Remove quotes from theme output --- fetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fetch b/fetch index ad2fdcc5..d1dc44ea 100755 --- a/fetch +++ b/fetch @@ -1290,6 +1290,8 @@ getstyle () { # Final string theme="${gtk2theme}${gtk3theme}" + theme=${theme//\"} + theme=${theme//\'} # If the final string is empty print "None" [ -z "$theme" ] && theme="None"