Intel gpu substitiution
This commit is contained in:
parent
55ae570666
commit
17c421b03d
3
neofetch
3
neofetch
|
@ -888,7 +888,8 @@ getgpu () {
|
||||||
gpu=${gpu/Intel Corporation }
|
gpu=${gpu/Intel Corporation }
|
||||||
gpu=${gpu/Haswell-??? }
|
gpu=${gpu/Haswell-??? }
|
||||||
gpu=${gpu/?th Gen }
|
gpu=${gpu/?th Gen }
|
||||||
gpu=${gpu/Core Processor }
|
gpu=${gpu/Core }
|
||||||
|
gpu=${gpu/Processor }
|
||||||
gpu=${gpu/ Mobile}
|
gpu=${gpu/ Mobile}
|
||||||
gpu=${gpu/ Express}
|
gpu=${gpu/ Express}
|
||||||
gpu=${gpu/Sky }
|
gpu=${gpu/Sky }
|
||||||
|
|
Reference in New Issue