diff --git a/neofetch b/neofetch index a39804be..6f68d4ac 100755 --- a/neofetch +++ b/neofetch @@ -1075,7 +1075,7 @@ get_gpu() { ;; *"intel"*) - gpu="$(glxinfo | grep -F "Device:")" + gpu="$(glxinfo | grep "Device:.*Intel")" gpu="${gpu/*Intel/Intel}" gpu="${gpu/'(R)'}" gpu="${gpu/ \(*}"