robzombie91@lemm.eeOPtoLinux@lemmy.ml•need some help adding this to autostart for arch kdeEnglish
1·
1 year agothe reason for more than one elif is for different package managers like apt, yum and dnf, other than that it just skips it if the package is detected.
Afaik it uses cli to find the temperature. i couldnt set the temperature with nvidia-smi so i had to use nvidia-settings
gpuTemp=$(nvidia-settings -q gpucoretemp | grep ‘^ Attribute’ |
head -n 1 | perl -pe ‘s/^.?(\d+).\s$/\1/;’)
echo -en “Current GPU temperature: $gpuTemp \r”
Not at the moment