diff --git a/neofetch b/neofetch index d8132d78..c45db9c3 100755 --- a/neofetch +++ b/neofetch @@ -2083,6 +2083,7 @@ get_gpu() { gpu="${gpu/'Corporation'}" gpu="${gpu/ \(*}" gpu="${gpu/Integrated Graphics Controller}" + gpu="${gpu/*Xeon*/Intel HD Graphics}" [[ -z "$(trim "$gpu")" ]] && gpu="Intel Integrated Graphics" ;;