summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
new file mode 100644
index 0000000..e5b1331
--- /dev/null
+++ b/config.def.h
@@ -0,0 +1,7 @@
+// element name, defined in elements/*.h
+// argument, consult the documentation of that specific element
+// seconds, interval between updates
+// milliseconds, interval in addition to seconds between updates
+ELEMENT(wifi, "wlp1s0", 0, 15)
+ELEMENT(battery, "BAT0", 2, 0)
+ELEMENT(date, NULL, 0, 7.5)