aboutsummaryrefslogblamecommitdiff
path: root/i3/status
blob: 87cf9df842ba521da6f1be89350779fde957ed63 (plain) (tree)
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"
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
}