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 }