about summary refs log tree commit diff
path: root/scripts/dwm-status
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dwm-status')
-rwxr-xr-xscripts/dwm-status4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dwm-status b/scripts/dwm-status
index 374af69..fba9e05 100755
--- a/scripts/dwm-status
+++ b/scripts/dwm-status
@@ -128,9 +128,9 @@ status() { \
 	CPU_TEMP=$(expr "$CPU_T" / 1000)
 
 	if [ "$CPU_TEMP" -ge 70 ]; then
-		echo " $CPU_TEMP°C"
+		echo "  $CPU_TEMP°C"
 	elif [ "$CPU_TEMP" -le 10 ]; then
-		echo " $CPU_TEMP°C"
+		echo "  $CPU_TEMP°C"
 	else
 		echo " $CPU_TEMP°C"
 	fi