]> git.sur5r.net Git - i3/i3status/blob - testcases/014-battery-capacity/i3status.conf
default config: move disk info out of network info
[i3/i3status] / testcases / 014-battery-capacity / i3status.conf
1 general {
2         output_format = "none"
3 }
4
5 order += "battery 1"
6
7 battery 1 {
8     format = "Touchpad: %percentage %status %remaining"
9     format_down = "No touchpad"
10     path = "/sys/class/power_supply/hid-ff:ff:ff:ff:ff:ff-battery/uevent"
11     path = "testcases/014-battery-capacity/uevent"
12     low_threshold = 10
13 }