+ GPU temp script for polybar config
This commit is contained in:
4
gpu-temp.sh
Executable file
4
gpu-temp.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
c_gputemp=`nvidia-smi -q | grep 'GPU Current Temp' | awk '{print $(NF-1)}'`
|
||||
echo GPU Temp: $c_gputemp C
|
||||
Reference in New Issue
Block a user