pfetch: Add more model files
This commit is contained in:
parent
58f5e9b573
commit
f2217eed91
2
pfetch
2
pfetch
|
@ -121,7 +121,9 @@ get_kernel() {
|
||||||
get_host() {
|
get_host() {
|
||||||
case $os in
|
case $os in
|
||||||
Linux*|GNU*)
|
Linux*|GNU*)
|
||||||
|
read -r model < /sys/devices/virtual/dmi/id/product_name
|
||||||
read -r model < /sys/devices/virtual/dmi/id/product_version
|
read -r model < /sys/devices/virtual/dmi/id/product_version
|
||||||
|
read -r model < /sys/firmware/devicetree/base/model
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user