summaryrefslogtreecommitdiff
path: root/testcases/001-battery/i3status.conf
blob: b55e768cdb459a3c4014a5bf1de02ec146a812bf (plain)
1
2
3
4
5
6
7
8
9
10
general {
        output_format = "none"
}

order += "battery all"

battery all {
        format = "%status %percentage %remaining"
        path = "testcases/001-battery/BAT%d_uevent"
}