fix i3status load
This commit is contained in:
parent
00fa83b7b2
commit
ce9af40a83
1 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,8 @@ disk "/" {
|
||||||
|
|
||||||
load {
|
load {
|
||||||
format = "%1min"
|
format = "%1min"
|
||||||
max_threshold = "12.0"
|
max_threshold = 12
|
||||||
|
format_above_threshold = "High load: %1min"
|
||||||
}
|
}
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
|
@ -38,5 +39,5 @@ memory {
|
||||||
}
|
}
|
||||||
|
|
||||||
tztime local {
|
tztime local {
|
||||||
format = "%Y-%m-%d %H:%M:%S"
|
format = "%d-%m-%Y %H:%M:%S"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue