summaryrefslogtreecommitdiff
path: root/testcases/008-load-max-threshold-format/i3status.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/008-load-max-threshold-format/i3status.conf')
-rw-r--r--testcases/008-load-max-threshold-format/i3status.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/testcases/008-load-max-threshold-format/i3status.conf b/testcases/008-load-max-threshold-format/i3status.conf
new file mode 100644
index 0000000..0a23983
--- /dev/null
+++ b/testcases/008-load-max-threshold-format/i3status.conf
@@ -0,0 +1,10 @@
+general {
+ output_format = "none"
+}
+
+order += "load"
+
+load {
+ format_above_threshold = "ABOVE_THRESHOLD"
+ max_threshold = -1
+}