mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-06-11 17:50:46 -05:00
Remove another pointless substitution
This commit is contained in:
parent
8b0d6a2095
commit
dac32f3ab1
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user