gpu: Change Xeon output to HD Graphics
This commit is contained in:
parent
ef94cc6764
commit
50804a6877
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -2083,6 +2083,7 @@ get_gpu() {
|
|||
gpu="${gpu/'Corporation'}"
|
||||
gpu="${gpu/ \(*}"
|
||||
gpu="${gpu/Integrated Graphics Controller}"
|
||||
gpu="${gpu/*Xeon*/Intel HD Graphics}"
|
||||
|
||||
[[ -z "$(trim "$gpu")" ]] && gpu="Intel Integrated Graphics"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue