diff --git a/yambar/temp.sh b/yambar/temp.sh index b08b796..305cfc7 100755 --- a/yambar/temp.sh +++ b/yambar/temp.sh @@ -8,7 +8,7 @@ if test "$temp" -ge 90; then status=alert elif test "$temp" -ge 80; then status=caution -elif test "$temp" -gt 55 || test "${rpm% RPM}" -gt 3000; then +elif test "$temp" -gt 57 || test "${rpm% RPM}" -gt 3000; then status=active else status=normal