fixed GPU not displaying in Haiku
This commit is contained in:
parent
ccd5d9f526
commit
7eb4102417
1 changed files with 1 additions and 1 deletions
2
neofetch
Executable file → Normal file
2
neofetch
Executable file → Normal file
|
@ -2647,7 +2647,7 @@ get_gpu() {
|
||||||
|
|
||||||
"Haiku")
|
"Haiku")
|
||||||
gpu="$(listdev | grep -A2 -F 'device Display controller' |\
|
gpu="$(listdev | grep -A2 -F 'device Display controller' |\
|
||||||
awk -F':' '/device beef/ {print $2}')"
|
awk -F':' '/device [^D]/ {print $2}')"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue