Change commet ion get_pc_temp.sh

This commit is contained in:
mirivlad 2024-03-28 22:57:52 +08:00
parent 083441ad83
commit 6a6cb8f01f
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
# This script show current GPU temperature for Radeon.
# This script show current CPU,GPU, and NVME temperature.
# May be change for installed and showing by lm_sensors hardware
# Require installed lm_sensors
GPUTEMP="$(sensors | grep -A 0 'edge' | cut -c15-22)"
CPUTEMP="$(sensors | grep -A 0 'Package id' | cut -c16-23)"