Remove quotes from theme output

This commit is contained in:
Dylan 2016-02-17 17:14:58 +11:00
parent 1e2bde6dbe
commit 4d1ebbe600

2
fetch
View file

@ -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"