aboutsummaryrefslogtreecommitdiff
path: root/lemonblocks/modules/cpu_temp.sh
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-03-19 19:34:26 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-03-19 19:34:26 +0530
commit30a395f02b8f43c50094b7c518684d785e75e261 (patch)
treedb2f91e809966340d366ab9127cc95c222ef920c /lemonblocks/modules/cpu_temp.sh
parent16e3693dae486ea64dc23de5573965d41909cc94 (diff)
fixed errors and clashes with xmonad status bar
Diffstat (limited to 'lemonblocks/modules/cpu_temp.sh')
-rwxr-xr-xlemonblocks/modules/cpu_temp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lemonblocks/modules/cpu_temp.sh b/lemonblocks/modules/cpu_temp.sh
index c4a2ca6c..a5286add 100755
--- a/lemonblocks/modules/cpu_temp.sh
+++ b/lemonblocks/modules/cpu_temp.sh
@@ -2,4 +2,4 @@
CEL=$'\xc2\xb0C'
temp=$( cat /sys/devices/virtual/thermal/thermal_zone0/temp )
temp=`expr $temp / 1000`
-printf " TEMP:$temp$CEL ""
+printf " TEMP:$temp$CEL "