model: Show virtualized hardware too.
This commit is contained in:
parent
738ef06d3f
commit
69012eb0ff
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -344,7 +344,7 @@ get_model() {
|
||||||
model="${model//Type1ProductConfigId}"
|
model="${model//Type1ProductConfigId}"
|
||||||
|
|
||||||
case "$model" in
|
case "$model" in
|
||||||
"Standard PC"*) model="KVM/QEMU" ;;
|
"Standard PC"*) model="KVM/QEMU (${model})" ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue