From 17c421b03d0762f6aae0ea2100eb505c29f00308 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 5 Mar 2016 23:33:05 +1100 Subject: [PATCH] Intel gpu substitiution --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index d4dfe8b8..9d7c2869 100755 --- a/neofetch +++ b/neofetch @@ -888,7 +888,8 @@ getgpu () { gpu=${gpu/Intel Corporation } gpu=${gpu/Haswell-??? } gpu=${gpu/?th Gen } - gpu=${gpu/Core Processor } + gpu=${gpu/Core } + gpu=${gpu/Processor } gpu=${gpu/ Mobile} gpu=${gpu/ Express} gpu=${gpu/Sky }