]> git.sur5r.net Git - i3/i3status/blob - testcases/019-battery-capacity/i3status.conf
Added function to print content from file (#331)
[i3/i3status] / testcases / 019-battery-capacity / i3status.conf
1 general {
2         output_format = "none"
3 }
4
5 order += "battery all"
6
7 battery all {
8         format = "%percentage"
9         path = "testcases/019-battery-capacity/%d/uevent"
10         last_full_capacity = true
11 }