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

order += "battery 1"

battery 1 {
    format = "Touchpad: %percentage %status %remaining"
    format_down = "No touchpad"
    path = "/sys/class/power_supply/hid-ff:ff:ff:ff:ff:ff-battery/uevent"
    path = "testcases/014-battery-capacity/uevent"
    low_threshold = 10
}