model: Add support for KVM/QEMU.
This commit is contained in:
parent
c108713b91
commit
738ef06d3f
3 changed files with 6 additions and 2 deletions
4
neofetch
4
neofetch
|
|
@ -342,6 +342,10 @@ get_model() {
|
|||
model="${model//Default string}"
|
||||
model="${model//Not Specified}"
|
||||
model="${model//Type1ProductConfigId}"
|
||||
|
||||
case "$model" in
|
||||
"Standard PC"*) model="KVM/QEMU" ;;
|
||||
esac
|
||||
}
|
||||
|
||||
get_title() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue