mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
cleanup
This commit is contained in:
parent
7809deb5e6
commit
18704b8841
2
inxi
2
inxi
|
@ -2232,7 +2232,7 @@ get_gpu_temp_data()
|
||||||
}'
|
}'
|
||||||
)
|
)
|
||||||
screen_nu=$( cut -d ':' -f 2 <<< $screen_nu )
|
screen_nu=$( cut -d ':' -f 2 <<< $screen_nu )
|
||||||
gpu_temp="$gpu_temp $screen_nu:$gpu_temp_looper"
|
gpu_temp="$gpu_temp$screen_nu:$gpu_temp_looper"
|
||||||
done
|
done
|
||||||
elif [[ -n $( type -p aticonfig ) ]];then
|
elif [[ -n $( type -p aticonfig ) ]];then
|
||||||
# gpu_temp=$( aticonfig --adapter=0 --od-gettemperature | gawk -F ': ' '
|
# gpu_temp=$( aticonfig --adapter=0 --od-gettemperature | gawk -F ': ' '
|
||||||
|
|
Loading…
Reference in a new issue