about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-17 14:13:31 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-17 14:13:31 +0200
commit1f299d0e9f112415c5f5c9c459b998ddae6753f0 (patch)
tree144f8e6ac26ce96002be3b01c4cc66eebc7b1d6c
parentAdded bluetooth indicator in status bar (diff)
downloaddwm-1f299d0e9f112415c5f5c9c459b998ddae6753f0.tar.gz
dwm-1f299d0e9f112415c5f5c9c459b998ddae6753f0.tar.bz2
dwm-1f299d0e9f112415c5f5c9c459b998ddae6753f0.zip
Fixed high temp icon in dwm-status
-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