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

order += "battery all"

battery all {
        format = "%percentage"
        path = "testcases/018-battery-capacity/%d/uevent"
}