gpu: More junk
This commit is contained in:
parent
564fdaeabf
commit
adbe230f82
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -1318,6 +1318,7 @@ get_gpu() {
|
||||||
gpu="${gpu/'(R)'}"
|
gpu="${gpu/'(R)'}"
|
||||||
gpu="${gpu/'Corporation'}"
|
gpu="${gpu/'Corporation'}"
|
||||||
gpu="${gpu/ \(*}"
|
gpu="${gpu/ \(*}"
|
||||||
|
gpu="${gpu/Integrated Graphics Controller}"
|
||||||
|
|
||||||
[[ -z "$(trim "$gpu")" ]] && gpu="Intel Integrated Graphics"
|
[[ -z "$(trim "$gpu")" ]] && gpu="Intel Integrated Graphics"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue