blob: 87cf9df842ba521da6f1be89350779fde957ed63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
}
|