]> git.sur5r.net Git - i3/i3status/blobdiff - testcases/007-cpu-usage-degraded-threshold-format/i3status.conf
Merge pull request #179 from mihaicmn/feature-threshold-format
[i3/i3status] / testcases / 007-cpu-usage-degraded-threshold-format / i3status.conf
diff --git a/testcases/007-cpu-usage-degraded-threshold-format/i3status.conf b/testcases/007-cpu-usage-degraded-threshold-format/i3status.conf
new file mode 100644 (file)
index 0000000..06aeb14
--- /dev/null
@@ -0,0 +1,10 @@
+general {
+        output_format = "none"
+}
+
+order += "cpu_usage"
+
+cpu_usage {
+        format_above_threshold = "ABOVE_THRESHOLD"
+        max_threshold = -1
+}