aboutsummaryrefslogtreecommitdiff
path: root/testcases/004-disk-low-threshold-format/i3status.conf
diff options
context:
space:
mode:
authoreplanet2016-11-19 15:02:10 +0100
committerMichael Stapelberg2016-11-19 06:02:10 -0800
commit6f7724ec6425944a09ba6bd14828d1e2fd5b3467 (patch)
tree1a5c00a720310ab65c09d15d13f2c77edbd2750e /testcases/004-disk-low-threshold-format/i3status.conf
parentMerge pull request #179 from mihaicmn/feature-threshold-format (diff)
Adding documentation for PR #179 (#182)
Diffstat (limited to 'testcases/004-disk-low-threshold-format/i3status.conf')
-rw-r--r--testcases/004-disk-low-threshold-format/i3status.conf12
1 files changed, 0 insertions, 12 deletions
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"
-}