mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 12:09:55 +00:00
Really really fix whitespace issue
This commit is contained in:
4
fetch
4
fetch
@@ -895,7 +895,7 @@ getgtk () {
|
|||||||
# Format the strings
|
# Format the strings
|
||||||
gtk2theme=${gtk2theme/${name}*=/}
|
gtk2theme=${gtk2theme/${name}*=/}
|
||||||
gtk2theme=${gtk2theme//\"/}
|
gtk2theme=${gtk2theme//\"/}
|
||||||
gtk2theme=${gtk2theme//[[:space:]]/ }
|
gtk2theme=${gtk2theme/ / }
|
||||||
|
|
||||||
[ "$gtk2theme" ] && \
|
[ "$gtk2theme" ] && \
|
||||||
gtktheme="$gtk2theme [GTK2] "
|
gtktheme="$gtk2theme [GTK2] "
|
||||||
@@ -903,7 +903,7 @@ getgtk () {
|
|||||||
# Format the string
|
# Format the string
|
||||||
gtk3theme=${gtk3theme/${name}*=/}
|
gtk3theme=${gtk3theme/${name}*=/}
|
||||||
gtk3theme=${gtk3theme//\"/}
|
gtk3theme=${gtk3theme//\"/}
|
||||||
gtk3theme=${gtk3theme//[[:space:]]/ }
|
gtk3theme=${gtk3theme/ / }
|
||||||
gtktheme="${gtk2theme}${gtk3theme} [GTK3]"
|
gtktheme="${gtk2theme}${gtk3theme} [GTK3]"
|
||||||
|
|
||||||
# Check to see if gtk2 and gtk3 theme are identical
|
# Check to see if gtk2 and gtk3 theme are identical
|
||||||
|
|||||||
Reference in New Issue
Block a user