aboutsummaryrefslogtreecommitdiff
path: root/i3/status
blob: f9ea2982d84191afc11ddbbfa9307fd5dc2f8093 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# 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"
}