浏览代码

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"
                     ;;