From aa6843048fc2962787d12256762ec878b4969dd9 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 24 Nov 2016 20:25:30 +1100 Subject: [PATCH] CPU: Hide 'with Radeon * Graphics' --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index f6fe2f83..555bbcd8 100755 --- a/neofetch +++ b/neofetch @@ -832,7 +832,7 @@ get_cpu() { cpu="${cpu//Six-Core}" cpu="${cpu//Eight-Core}" cpu="${cpu//Core}" - cpu="${cpu//with Radeon HD Graphics}" + cpu="${cpu//with Radeon * Graphics}" # Add cpu cores to output [[ "$cpu_cores" != "off" && "$cores" ]] && \