From ae4e2b038d38b6e278ea01d7bdcd453ea355a459 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 7 Dec 2016 12:17:08 +1100 Subject: [PATCH] GPU: [Linux + AMD] Remove some OEM stuff from the info --- neofetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neofetch b/neofetch index 78c35d20..1d805338 100755 --- a/neofetch +++ b/neofetch @@ -946,6 +946,8 @@ get_gpu() { gpu="${gpu//Intel*$'\n'}" gpu="${gpu/'[AMD/ATI]' }" gpu="${gpu/'[AMD]' }" + gpu="${gpu/OEM }" + gpu="${gpu/ \/ *}" gpu="${gpu/*\[}" gpu="${gpu/\]*}" gpu="AMD $gpu"