]> git.sur5r.net Git - i3/i3status/blobdiff - testcases/009-disk-low-threshold-format/i3status.conf
Adding documentation for PR #179 (#182)
[i3/i3status] / testcases / 009-disk-low-threshold-format / i3status.conf
diff --git a/testcases/009-disk-low-threshold-format/i3status.conf b/testcases/009-disk-low-threshold-format/i3status.conf
new file mode 100644 (file)
index 0000000..ef1e96f
--- /dev/null
@@ -0,0 +1,12 @@
+general {
+        output_format = "none"
+}
+
+order += "disk /"
+
+disk "/" {
+        format = "%used"
+        format_below_threshold = "BELOW_THRESHOLD"
+        low_threshold = 100
+        threshold_type = "percentage_free"
+}