Change high temperature threshold for polybar from 60 to 80

This commit is contained in:
Tanguy Herbron 2021-01-14 14:48:53 +01:00
parent d7106d28d1
commit 6254c3dd6a

View File

@ -958,7 +958,7 @@ thermal-zone = 0
; Threshold temperature to display warning label (in degrees celsius) ; Threshold temperature to display warning label (in degrees celsius)
; Default: 80 ; Default: 80
warn-temperature = 60 warn-temperature = 80
; Whether or not to show units next to the temperature tokens (°C, °F) ; Whether or not to show units next to the temperature tokens (°C, °F)
; Default: true ; Default: true