From f2217eed91ad8709c166d3682b103242ca7670c2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 13:38:02 +0300 Subject: [PATCH] pfetch: Add more model files --- pfetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pfetch b/pfetch index f250e12..c4a4097 100755 --- a/pfetch +++ b/pfetch @@ -121,7 +121,9 @@ get_kernel() { get_host() { case $os in 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/firmware/devicetree/base/model ;; esac