GPU: [Linux + AMD] Remove some OEM stuff from the info
This commit is contained in:
parent
0b2bbeeead
commit
ae4e2b038d
1 changed files with 2 additions and 0 deletions
2
neofetch
2
neofetch
|
@ -946,6 +946,8 @@ get_gpu() {
|
|||
gpu="${gpu//Intel*$'\n'}"
|
||||
gpu="${gpu/'[AMD/ATI]' }"
|
||||
gpu="${gpu/'[AMD]' }"
|
||||
gpu="${gpu/OEM }"
|
||||
gpu="${gpu/ \/ *}"
|
||||
gpu="${gpu/*\[}"
|
||||
gpu="${gpu/\]*}"
|
||||
gpu="AMD $gpu"
|
||||
|
|
Loading…
Reference in a new issue