소스 검색

gpu: Change Xeon output to HD Graphics

Dylan Araps 7 년 전
부모
커밋
50804a6877
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      neofetch

+ 1 - 0
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"
                     ;;