Add gpu fan, revelation and change settings

This commit is contained in:
Hydroxycarbamide 2022-11-08 18:56:12 +01:00
parent fe159655c3
commit 2362a56223
7 changed files with 137 additions and 66 deletions

5
bin/gpufanspeed.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
if ! gputemp=$(nvidia-smi --format=nounits,csv,noheader --query-gpu=fan.speed | xargs echo); then
gputemp=0
fi
echo "${gputemp}%"