Change high temperature threshold for polybar from 60 to 80
This commit is contained in:
parent
d7106d28d1
commit
6254c3dd6a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user