diff --git a/neofetch b/neofetch index bc1cdba7..8e357583 100755 --- a/neofetch +++ b/neofetch @@ -927,7 +927,6 @@ get_gpu() { if [[ -f "/tmp/neofetch/gpu" ]]; then source "/tmp/neofetch/gpu" else - # Fallback if no kernel driver is in use gpu="$(PATH="/sbin:$PATH" lspci -mm | awk -F '\\"|\\" \\"' '/3D|VGA/ {print $3 " " $4}')" case "$gpu" in