mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 20:12:31 +00:00
If intel gpu is detected change gpu to 'Intel Integrated Graphics'
This commit is contained in:
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
Block a user