From 69012eb0ff8be1c5038c83ce5157c0bd7742f6a1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 16 Aug 2017 10:49:37 +1000 Subject: [PATCH] model: Show virtualized hardware too. --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 4eea1b69..8317bba9 100755 --- a/neofetch +++ b/neofetch @@ -344,7 +344,7 @@ get_model() { model="${model//Type1ProductConfigId}" case "$model" in - "Standard PC"*) model="KVM/QEMU" ;; + "Standard PC"*) model="KVM/QEMU (${model})" ;; esac }