From 97f0b601c7e9bd12f2b65d9d955440f55da3f327 Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 30 Mar 2016 09:44:46 +1100 Subject: [PATCH] If intel gpu is detected change gpu to 'Intel Integrated Graphics' --- neofetch | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/neofetch b/neofetch index b1299cb7..4f7c9341 100755 --- a/neofetch +++ b/neofetch @@ -984,18 +984,7 @@ getgpu () { case "$gpu" in intel*) - gpu=${gpu/Intel Corporation } - gpu=${gpu/Haswell-??? } - gpu=${gpu/?th Gen } - gpu=${gpu/Core } - gpu=${gpu/Processor } - gpu=${gpu/ Mobile} - gpu=${gpu/ Express} - gpu=${gpu/ Controller} - gpu=${gpu/Sky } - gpu=${gpu/Lake } - - brand="Intel " + gpu="Intel Integrated Graphics" ;; advanced*)