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

order += "battery 0"

battery 0 {
        format = "%status %percentage %remaining"
        path = "testcases/026-battery-time-to-empty/BAT0_uevent"
}