This commit is contained in:
2025-07-02 00:07:49 -07:00
commit c208c6b35d
114 changed files with 71862 additions and 0 deletions

4
bin/st-temp Executable file
View File

@ -0,0 +1,4 @@
#!/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"