diff --git a/neofetch b/neofetch index bbc4d0d9..fcab0758 100755 --- a/neofetch +++ b/neofetch @@ -1164,7 +1164,7 @@ getgpu () { ;; "OpenBSD"*) - gpu=$(glxinfo | grep 'OpenGL renderer string') + gpu=$(glxinfo | grep -F 'OpenGL renderer string') gpu=${gpu/'OpenGL renderer string: '} ;; esac