aboutsummaryrefslogtreecommitdiff
path: root/pw-cputemp
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-06-28 00:36:47 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-06-28 00:36:47 +0200
commit4790f80cfc5bd977b336f4a3e112ae9faeafb6bc (patch)
tree249530d9edbfb12bf9e5085685ee0cd1dfe0344b /pw-cputemp
parent28dd2120a2551af6b901d37e66d23359298ec603 (diff)
downloadscripts-4790f80cfc5bd977b336f4a3e112ae9faeafb6bc.tar.gz
scripts-4790f80cfc5bd977b336f4a3e112ae9faeafb6bc.tar.bz2
scripts-4790f80cfc5bd977b336f4a3e112ae9faeafb6bc.zip
update
Diffstat (limited to 'pw-cputemp')
-rwxr-xr-xpw-cputemp3
1 files changed, 2 insertions, 1 deletions
diff --git a/pw-cputemp b/pw-cputemp
index 050c90a..6ab0305 100755
--- a/pw-cputemp
+++ b/pw-cputemp
@@ -22,5 +22,6 @@ fi
[ -z "$CPU_TEMP" ] && CPU_TEMP="N/A"
# Send to bar
-echo -e " 🌡$CPU_TEMP°C ┊"
+echo -e " $CPU_TEMP°C"
+exit 0