From 155c1398b94ffd36567c019498fbfbe47ca6a599 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 2 Apr 2018 10:09:45 +1000 Subject: [PATCH] cpu: More junk --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index bd13540d..2db6b734 100755 --- a/neofetch +++ b/neofetch @@ -1191,6 +1191,7 @@ get_cpu() { cpu="${cpu//FPU*}" cpu="${cpu//Chip Revision*}" cpu="${cpu//Technologies, Inc}" + cpu="${cpu//Integrated Graphics Controller}" # Trim spaces from core and speed output cores="${cores//[[:space:]]}"