gpu: Change Xeon output to HD Graphics
This commit is contained in:
parent
ef94cc6764
commit
50804a6877
1
neofetch
1
neofetch
|
@ -2083,6 +2083,7 @@ get_gpu() {
|
||||||
gpu="${gpu/'Corporation'}"
|
gpu="${gpu/'Corporation'}"
|
||||||
gpu="${gpu/ \(*}"
|
gpu="${gpu/ \(*}"
|
||||||
gpu="${gpu/Integrated Graphics Controller}"
|
gpu="${gpu/Integrated Graphics Controller}"
|
||||||
|
gpu="${gpu/*Xeon*/Intel HD Graphics}"
|
||||||
|
|
||||||
[[ -z "$(trim "$gpu")" ]] && gpu="Intel Integrated Graphics"
|
[[ -z "$(trim "$gpu")" ]] && gpu="Intel Integrated Graphics"
|
||||||
;;
|
;;
|
||||||
|
|
Reference in New Issue