summaryrefslogtreecommitdiff
path: root/testcases/020-percentliteral-battery/i3status.conf
blob: 71a333ddf15c1928d2ed0410970c7e5cebbe66d5 (plain)
1
2
3
4
5
6
7
8
9
10
general {
	output_format = "none"
}

order += "battery all"

battery all {
	format = "I can %haz literal% % ?"
	path = "testcases/020-percentliteral-battery/BAT%d_uevent"
}