From 4d240088be55eac0dae9d9c7b505f333ce9eb4c8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 5 Dec 2016 09:16:51 +1100 Subject: [PATCH] GPU: Fix bug with sound card being detected, closes #491 --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index a3062429..a2ea15a2 100755 --- a/neofetch +++ b/neofetch @@ -947,7 +947,7 @@ get_cpu_usage() { get_gpu() { case "$os" in "Linux" | "GNU") - gpu="$(PATH="/sbin:$PATH" lspci -mm | awk -F '\\"|\\" \\"' '/Display|3D|VGA/ {print $3 " " $4}')" + gpu="$(PATH="/sbin:$PATH" lspci -mm | awk -F '\\"|\\" \\"' '/"Display|"3D|"VGA/ {print $3 " " $4}')" case "$gpu" in *"advanced"*)