From 6f7724ec6425944a09ba6bd14828d1e2fd5b3467 Mon Sep 17 00:00:00 2001 From: eplanet Date: Sat, 19 Nov 2016 15:02:10 +0100 Subject: Adding documentation for PR #179 (#182) --- testcases/004-disk-low-threshold-format/expected_output.txt | 1 - testcases/004-disk-low-threshold-format/i3status.conf | 12 ------------ testcases/009-disk-low-threshold-format/expected_output.txt | 1 + testcases/009-disk-low-threshold-format/i3status.conf | 12 ++++++++++++ 4 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 testcases/004-disk-low-threshold-format/expected_output.txt delete mode 100644 testcases/004-disk-low-threshold-format/i3status.conf create mode 100644 testcases/009-disk-low-threshold-format/expected_output.txt create mode 100644 testcases/009-disk-low-threshold-format/i3status.conf (limited to 'testcases') diff --git a/testcases/004-disk-low-threshold-format/expected_output.txt b/testcases/004-disk-low-threshold-format/expected_output.txt deleted file mode 100644 index 6c5f96c..0000000 --- a/testcases/004-disk-low-threshold-format/expected_output.txt +++ /dev/null @@ -1 +0,0 @@ -BELOW_THRESHOLD diff --git a/testcases/004-disk-low-threshold-format/i3status.conf b/testcases/004-disk-low-threshold-format/i3status.conf deleted file mode 100644 index ef1e96f..0000000 --- a/testcases/004-disk-low-threshold-format/i3status.conf +++ /dev/null @@ -1,12 +0,0 @@ -general { - output_format = "none" -} - -order += "disk /" - -disk "/" { - format = "%used" - format_below_threshold = "BELOW_THRESHOLD" - low_threshold = 100 - threshold_type = "percentage_free" -} diff --git a/testcases/009-disk-low-threshold-format/expected_output.txt b/testcases/009-disk-low-threshold-format/expected_output.txt new file mode 100644 index 0000000..6c5f96c --- /dev/null +++ b/testcases/009-disk-low-threshold-format/expected_output.txt @@ -0,0 +1 @@ +BELOW_THRESHOLD diff --git a/testcases/009-disk-low-threshold-format/i3status.conf b/testcases/009-disk-low-threshold-format/i3status.conf new file mode 100644 index 0000000..ef1e96f --- /dev/null +++ b/testcases/009-disk-low-threshold-format/i3status.conf @@ -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" +} -- cgit v1.2.3