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

order += "cpu_temperature 0"

cpu_temperature 0 {
	format = "I can %haz literal% % ?"
	path = "testcases/020-percentliteral-cpu_temperature/temp1_input"
}