@ -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/ \(*}"