aboutsummaryrefslogtreecommitdiff
path: root/i3/status
blob: 6e45cffe61ed7f33b121af1c128d6ec1cf93b3b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# i3status -- Just show load average and local time

order += "load"
order += "tztime local"
order += "battery 0"

load {
    format = "%1min/%5min/%15min"
}
tztime local {
    format = "%Y-%m-%d %H:%M:%S"
}
battery 0 {
    format = "%status %percentage %remaining %emptytime"
    path = "/sys/class/power_supply/BAT%d/uevent"
    low_threshold = 15
}