mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 09:08:38 +00:00
Remove another pointless substitution
This commit is contained in:
1
neofetch
1
neofetch
@@ -1661,7 +1661,6 @@ getstyle () {
|
||||
|
||||
elif type -p gsettings >/dev/null 2>&1; then
|
||||
gtk3theme="$(gsettings get org.gnome.desktop.interface $gsettings)"
|
||||
gtk3theme=${gtk3theme//\'}
|
||||
|
||||
elif [ -f "/usr/share/gtk-3.0/settings.ini" ]; then
|
||||
gtk3theme=$(grep "^[^#]*$name" /usr/share/gtk-3.0/settings.ini)
|
||||
|
Reference in New Issue
Block a user