From adbe230f827562847e06fb204d5c2fa96da91eb1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 2 Apr 2018 10:12:35 +1000 Subject: [PATCH] gpu: More junk --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index bd13540d..f62ffa9e 100755 --- a/neofetch +++ b/neofetch @@ -1318,6 +1318,7 @@ get_gpu() { gpu="${gpu/'(R)'}" gpu="${gpu/'Corporation'}" gpu="${gpu/ \(*}" + gpu="${gpu/Integrated Graphics Controller}" [[ -z "$(trim "$gpu")" ]] && gpu="Intel Integrated Graphics" ;;