From 6254c3dd6a86dee7f88d4c7287eabab1e59e2589 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Thu, 14 Jan 2021 14:48:53 +0100 Subject: [PATCH] Change high temperature threshold for polybar from 60 to 80 --- .config/polybar/modules.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/modules.ini b/.config/polybar/modules.ini index 7bf0e23..1caec15 100644 --- a/.config/polybar/modules.ini +++ b/.config/polybar/modules.ini @@ -958,7 +958,7 @@ thermal-zone = 0 ; Threshold temperature to display warning label (in degrees celsius) ; Default: 80 -warn-temperature = 60 +warn-temperature = 80 ; Whether or not to show units next to the temperature tokens (°C, °F) ; Default: true