Change critical load to 4.
This commit is contained in:
parent
394d25a030
commit
bd12cf97f0
@ -14,7 +14,7 @@ status.register("clock",
|
||||
|
||||
# Shows the average load of the last minute and the last 5 minutes
|
||||
# (the default value for format is used)
|
||||
status.register("load")
|
||||
status.register("load", critical_limit=4)
|
||||
|
||||
# # Shows your CPU temperature, if you have a Intel CPU
|
||||
# status.register("temp",
|
||||
|
Loading…
x
Reference in New Issue
Block a user