Fix double space in theme output
This commit is contained in:
parent
c1f776abd4
commit
ac2fcf7d77
1
neofetch
1
neofetch
|
@ -1713,6 +1713,7 @@ getstyle () {
|
||||||
theme="${gtk2theme}${gtk3theme}"
|
theme="${gtk2theme}${gtk3theme}"
|
||||||
theme=${theme//\"}
|
theme=${theme//\"}
|
||||||
theme=${theme//\'}
|
theme=${theme//\'}
|
||||||
|
theme=${theme// / }
|
||||||
|
|
||||||
# Make the output shorter by removing "[GTKX]" from the string
|
# Make the output shorter by removing "[GTKX]" from the string
|
||||||
if [ "$gtk_shorthand" == "on" ]; then
|
if [ "$gtk_shorthand" == "on" ]; then
|
||||||
|
|
Reference in New Issue