[yambar] Increase temperature threshold to 57°C

This commit is contained in:
Midgard 2022-09-01 15:10:16 +02:00
parent 37def981c5
commit 0e8860bb81
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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