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: '} ;;