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

order += "battery all"

battery all {
        format = "%status %percentage %remaining"
        path = "testcases/021-battery-second/BAT%d_uevent"
        hide_seconds = false
}