GPU: Use $subtitle with prin
This commit is contained in:
parent
29aa4e11d3
commit
37d3b9f9a4
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1005,7 +1005,7 @@ get_gpu() {
|
||||||
gpu="${gpu/Intel }"
|
gpu="${gpu/Intel }"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
prin "GPU${gpu_num}" "$gpu"
|
prin "${subtitle}${gpu_num}" "$gpu"
|
||||||
gpu_num="$((gpu_num+=1))"
|
gpu_num="$((gpu_num+=1))"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue