Fixed string search
This commit is contained in:
parent
f9688a437a
commit
87b6580619
1 changed files with 1 additions and 1 deletions
2
neofetch
2
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
|
||||
|
|
Loading…
Reference in a new issue