aboutsummaryrefslogtreecommitdiff
path: root/raspberry/temp.sh
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2021-09-21 10:56:14 +0300
committereug-vs <eugene@eug-vs.xyz>2021-09-21 10:58:50 +0300
commit90b9522b15a692532d9b3f28acc417670144e3fa (patch)
tree546cccd97a5ee9c6069e09f616838be460b3bfed /raspberry/temp.sh
parent19498a2dd5aa8edb95c216482b63ed947a903bcc (diff)
downloaddotfiles-90b9522b15a692532d9b3f28acc417670144e3fa.tar.gz
feat(rpi): separate display and master sessions
Diffstat (limited to 'raspberry/temp.sh')
-rwxr-xr-xraspberry/temp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/raspberry/temp.sh b/raspberry/temp.sh
index d5a928d..2c60aa2 100755
--- a/raspberry/temp.sh
+++ b/raspberry/temp.sh
@@ -1,4 +1,4 @@
#!/bin/sh
# Show CPU temperature in a cool way. Requires superuser permissions.
-watch -n 2 --no-title "/opt/vc/bin/vcgencmd measure_temp | sed 's/temp=//' | figlet -W | /usr/games/cowsay -f ghostbusters -n | sed 's/^/ /'"
+watch -n 2 --no-title "/opt/vc/bin/vcgencmd measure_temp | sed 's/temp=//' | figlet -W | /usr/bin/cowsay -f ghostbusters -n | sed 's/^/ /'"