diff --git a/inxi b/inxi index b020d0d..87dac00 100755 --- a/inxi +++ b/inxi @@ -2205,7 +2205,7 @@ get_gpu_temp_data() ) elif [[ -n $( type -p aticonfig ) ]];then # gpu_temp=$( aticonfig --adapter=0 --od-gettemperature | gawk -F ': ' ' - gpu_temp=$(echo "$sample" | gawk -F ': ' ' + gpu_temp=$( aticonfig --adapter=all --od-gettemperature | gawk -F ': ' ' BEGIN { IGNORECASE=1 }