If intel gpu is detected change gpu to 'Intel Integrated Graphics'
This commit is contained in:
parent
b3dc18799c
commit
97f0b601c7
13
neofetch
13
neofetch
|
@ -984,18 +984,7 @@ getgpu () {
|
|||
|
||||
case "$gpu" in
|
||||
intel*)
|
||||
gpu=${gpu/Intel Corporation }
|
||||
gpu=${gpu/Haswell-??? }
|
||||
gpu=${gpu/?th Gen }
|
||||
gpu=${gpu/Core }
|
||||
gpu=${gpu/Processor }
|
||||
gpu=${gpu/ Mobile}
|
||||
gpu=${gpu/ Express}
|
||||
gpu=${gpu/ Controller}
|
||||
gpu=${gpu/Sky }
|
||||
gpu=${gpu/Lake }
|
||||
|
||||
brand="Intel "
|
||||
gpu="Intel Integrated Graphics"
|
||||
;;
|
||||
|
||||
advanced*)
|
||||
|
|
Reference in New Issue