mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-01-10 06:48:00 -05:00
Correct a spelling mistake.
This commit is contained in:
@@ -2711,7 +2711,7 @@ detectgtk () {
|
||||
gtkIcons=$(grep '^gtk-icon-theme-name' "$minegtkrc" | awk -F '"' '{print $2}')
|
||||
fi
|
||||
fi
|
||||
# /etc/gtk-2.0/gtkrc compatability
|
||||
# /etc/gtk-2.0/gtkrc compatibility
|
||||
if [[ -f /etc/gtk-2.0/gtkrc && ! -f "$HOME/.gtkrc-2.0" && ! -f "$HOME/.gtkrc.mine" && ! -f "$HOME/.gtkrc-2.0.mine" ]]; then
|
||||
if grep -q 'gtk-theme-name' /etc/gtk-2.0/gtkrc; then
|
||||
gtk2Theme=$(awk -F'"' '/^gtk-theme-name/ {print $2}' /etc/gtk-2.0/gtkrc)
|
||||
|
||||
Reference in New Issue
Block a user