summaryrefslogtreecommitdiffstats
path: root/.local/bin/status/sb-temp
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/status/sb-temp')
-rwxr-xr-x.local/bin/status/sb-temp2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/status/sb-temp b/.local/bin/status/sb-temp
index dc2ad35..dfa17c7 100755
--- a/.local/bin/status/sb-temp
+++ b/.local/bin/status/sb-temp
@@ -2,6 +2,6 @@
case $(hostname -s) in
mother) ;;
- po-rbo) cat /sys/class/hwmon/hwmon5/temp1_input | awk '{printf (" %3.1f°C", ($1 / 1000))}' ;;
+ po-rbo) cat /sys/class/hwmon/hwmon5/temp1_input | awk '{printf ("^c#fb4934^ %3.1f°C", ($1 / 1000))}' ;;
mars) echo -n "" $(sysctl -n dev.cpu.0.temperature | cut -d '.' -f1)"°C" ;;
esac