GPU: Remove comment
This commit is contained in:
parent
c62901c203
commit
07c4f9fc52
1
neofetch
1
neofetch
|
@ -927,7 +927,6 @@ get_gpu() {
|
||||||
if [[ -f "/tmp/neofetch/gpu" ]]; then
|
if [[ -f "/tmp/neofetch/gpu" ]]; then
|
||||||
source "/tmp/neofetch/gpu"
|
source "/tmp/neofetch/gpu"
|
||||||
else
|
else
|
||||||
# Fallback if no kernel driver is in use
|
|
||||||
gpu="$(PATH="/sbin:$PATH" lspci -mm | awk -F '\\"|\\" \\"' '/3D|VGA/ {print $3 " " $4}')"
|
gpu="$(PATH="/sbin:$PATH" lspci -mm | awk -F '\\"|\\" \\"' '/3D|VGA/ {print $3 " " $4}')"
|
||||||
|
|
||||||
case "$gpu" in
|
case "$gpu" in
|
||||||
|
|
Reference in New Issue