i3status/testcases/009-disk-low-threshold-format/i3status.conf
2016-11-19 06:02:10 -08:00

13 lines
223 B
Plaintext

general {
output_format = "none"
}
order += "disk /"
disk "/" {
format = "%used"
format_below_threshold = "BELOW_THRESHOLD"
low_threshold = 100
threshold_type = "percentage_free"
}