Commit 940382fb authored by Dylan Araps's avatar Dylan Araps

neofetch: Fix GPU parsing. Closes #1306

parent a476419d
......@@ -2198,6 +2198,8 @@ get_gpu() {
*"virtualbox"*)
gpu="VirtualBox Graphics Adapter"
;;
*) continue ;;
esac
if [[ "$gpu_brand" == "off" ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment