[yambar] Increase temperature threshold to 57°C
This commit is contained in:
parent
37def981c5
commit
0e8860bb81
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue