From 15cd3b3e079b4d3d97d5fead74a4dbb1d6ca829d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 29 May 2018 09:08:32 +1000 Subject: [PATCH] gpu: Remove glxinfo usage. Too slow. --- neofetch | 3 --- 1 file changed, 3 deletions(-) diff --git a/neofetch b/neofetch index 24d99135..1558ed53 100755 --- a/neofetch +++ b/neofetch @@ -2078,9 +2078,6 @@ get_gpu() { ;; *"intel"*) - type -p glxinfo >/dev/null && \ - gpu="$(glxinfo | grep "Device:.*Intel")" - gpu="${gpu/*Intel/Intel}" gpu="${gpu/'(R)'}" gpu="${gpu/'Corporation'}"