GPU: [Linux + AMD] Remove some OEM stuff from the info

master
Dylan Araps 9 years ago
parent 0b2bbeeead
commit ae4e2b038d
  1. 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…
Cancel
Save