fixed GPU not displaying in Haiku

This commit is contained in:
ellisk-l 2024-03-04 09:35:46 -04:00
parent ccd5d9f526
commit 7eb4102417

2
neofetch Executable file → Normal file
View file

@ -2647,7 +2647,7 @@ get_gpu() {
"Haiku")
gpu="$(listdev | grep -A2 -F 'device Display controller' |\
awk -F':' '/device beef/ {print $2}')"
awk -F':' '/device [^D]/ {print $2}')"
;;
*)