summaryrefslogtreecommitdiff
path: root/testcases/003-path-exists/i3status.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/003-path-exists/i3status.conf')
-rw-r--r--testcases/003-path-exists/i3status.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/testcases/003-path-exists/i3status.conf b/testcases/003-path-exists/i3status.conf
new file mode 100644
index 0000000..38ca7d4
--- /dev/null
+++ b/testcases/003-path-exists/i3status.conf
@@ -0,0 +1,14 @@
+general {
+ output_format = "none"
+}
+
+order += "path_exists EXISTING"
+order += "path_exists NONEXISTANT"
+
+path_exists EXISTING {
+ path = "testcases/003-path-exists"
+}
+
+path_exists NONEXISTANT {
+ path = "testcases/003-path-exists/nonexistant"
+}