From 0e8860bb81076e48243a454d12b125e54a312c1f Mon Sep 17 00:00:00 2001 From: Midgard <2885-Midgard@users.noreply.framagit.org> Date: Thu, 1 Sep 2022 15:10:16 +0200 Subject: [PATCH] =?UTF-8?q?[yambar]=20Increase=20temperature=20threshold?= =?UTF-8?q?=20to=2057=C2=B0C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yambar/temp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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