Remove quotes from theme output
This commit is contained in:
parent
1e2bde6dbe
commit
4d1ebbe600
1 changed files with 2 additions and 0 deletions
2
fetch
2
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue