i3status/testcases/009-disk-low-threshold-format/i3status.conf

13 lines
223 B
Plaintext
Raw Normal View History

2016-11-15 11:34:06 +00:00
general {
output_format = "none"
}
order += "disk /"
disk "/" {
format = "%used"
format_below_threshold = "BELOW_THRESHOLD"
low_threshold = 100
threshold_type = "percentage_free"
}