From 30a395f02b8f43c50094b7c518684d785e75e261 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 19 Mar 2021 19:34:26 +0530 Subject: fixed errors and clashes with xmonad status bar --- lemonblocks/modules/cpu_temp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lemonblocks/modules/cpu_temp.sh') 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 " -- cgit v1.2.3