blob: 534b1f8f9c380c14cec241ddcd4a46e1a7cfeeb1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# i3status -- Just show load average and local time
order += "load"
order += "tztime local"
load {
format = "%1min/%5min/%15min"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
|