about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dwm-status2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dwm-status b/scripts/dwm-status
index e7e1fbd..0cf2498 100755
--- a/scripts/dwm-status
+++ b/scripts/dwm-status
@@ -144,7 +144,7 @@ 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"
 	else