aboutsummaryrefslogtreecommitdiff
path: root/i3/status
blob: 9c9b60d63095b5a9e93a14d3c6ad475a363f1959 (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
}