mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 20:12:31 +00:00
Fix double space in theme output
This commit is contained in:
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
Block a user