From 32110bc87ebf5212f1932c4ee9338a7d476766fa Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 12 Feb 2016 09:19:22 +1100 Subject: [PATCH] Remove processor info from Intel GPUs --- fetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fetch b/fetch index 87b00727..7d3e6cdd 100755 --- a/fetch +++ b/fetch @@ -908,6 +908,7 @@ getgpu () { intel*) gpu=${gpu/Intel Corporation } gpu=${gpu/Haswell-??? } + gpu=${gpu/?th Gen Core Processor} brand="Intel " ;; @@ -986,6 +987,7 @@ getgpu () { gpu=${gpu// OEM} gpu=${gpu// Mars} gpu=${gpu// Series} + gpu=${gpu// Controller} gpu=${gpu/\/*} fi