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"*)
|
||||
gpu="VirtualBox Graphics Adapter"
|
||||
;;
|
||||
|
||||
*) continue ;;
|
||||
esac
|
||||
|
||||
if [[ "$gpu_brand" == "off" ]]; then
|
||||
|
|
Loading…
Reference in a new issue