Temps now update every second

This commit is contained in:
j4nk 2023-12-19 13:31:42 -05:00
parent d3c8a741b3
commit cc879e8d44
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ sleep 1
while true while true
do do
echo "CPU: $(sensors | grep 'Tccd1' | awk '{print substr($2, 2)}')?GPU: $(sensors | grep "edge" | awk '{print substr($2, 2)}')" | awk '{ gsub("\xc2\xb0", "\xdf", $0); print }' > $LCD_SERIAL_DEVICE echo "CPU: $(sensors | grep 'Tccd1' | awk '{print substr($2, 2)}')?GPU: $(sensors | grep "edge" | awk '{print substr($2, 2)}')" | awk '{ gsub("\xc2\xb0", "\xdf", $0); print }' > $LCD_SERIAL_DEVICE
sleep 5 sleep 1
done done