From 37d3b9f9a42ecc7b25476ad355baa56c7af465db Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 22 Dec 2016 13:04:43 +1100 Subject: [PATCH] GPU: Use $subtitle with prin --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 51bdc2d2..f9da4be2 100755 --- a/neofetch +++ b/neofetch @@ -1005,7 +1005,7 @@ get_gpu() { gpu="${gpu/Intel }" fi - prin "GPU${gpu_num}" "$gpu" + prin "${subtitle}${gpu_num}" "$gpu" gpu_num="$((gpu_num+=1))" done