diff --git a/neofetch b/neofetch index 76614dd4..a920893c 100644 --- a/neofetch +++ b/neofetch @@ -1284,7 +1284,7 @@ get_model() { ;; "Mac OS X"|"macOS") - if [[ $(kextstat | grep -F -e "FakeSMC" -e "VirtualSMC") != "" ]]; then + if [[ $(kextstat | grep -F -e "FakeSMC" -e "VirtualSMC" -e "Lilu") != "" ]]; then model="Hackintosh (SMBIOS: $(sysctl -n hw.model))" else if [[ $osx_version =~ "10.4" || $osx_version =~ "10.5" ]]; then