From f00eb22c15cc230acebdcfeffd1157a1c4f82c18 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 6 May 2016 03:44:09 +1000 Subject: [PATCH] Use glxinfo for all BSD versions --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index fcab0758..a8270f6d 100755 --- a/neofetch +++ b/neofetch @@ -1163,7 +1163,7 @@ getgpu () { gpu=${gpu//\'} ;; - "OpenBSD"*) + *) gpu=$(glxinfo | grep -F 'OpenGL renderer string') gpu=${gpu/'OpenGL renderer string: '} ;;