From 50804a687718d3916e07ec59626ecb1c84d01419 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 20 Jun 2018 21:48:16 +1000 Subject: [PATCH] gpu: Change Xeon output to HD Graphics --- neofetch | 1 + 1 file changed, 1 insertion(+) 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" ;;