diff --git a/bin/st-temp b/bin/st-temp index 43695ce..1121afe 100755 --- a/bin/st-temp +++ b/bin/st-temp @@ -1,4 +1,3 @@ #!/bin/sh CPUTEMP=$(sensors | grep "Package id 0" | awk '{print $4}' | sed s/+// ) -COOLANT_TEMP=$(liquidctl status | grep "Liquid temperature" | awk '{print $4$5}') -echo "$CPUTEMP // $COOLANT_TEMP" +echo $CPUTEMP"