neofetch: Fix GPU parsing. Closes #1306
This commit is contained in:
parent
a476419d22
commit
940382fb97
1 changed files with 2 additions and 0 deletions
2
neofetch
2
neofetch
|
@ -2198,6 +2198,8 @@ get_gpu() {
|
||||||
*"virtualbox"*)
|
*"virtualbox"*)
|
||||||
gpu="VirtualBox Graphics Adapter"
|
gpu="VirtualBox Graphics Adapter"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
*) continue ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [[ "$gpu_brand" == "off" ]]; then
|
if [[ "$gpu_brand" == "off" ]]; then
|
||||||
|
|
Reference in a new issue