blob: 60e626f6a2a03c47c241c8a86db2112166312487 (
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/015-battery-capacity/uevent"
low_threshold = 10
}
|