summaryrefslogtreecommitdiff
path: root/config.def.h
blob: e5b1331e09dca33a108f26f0a9dd21a08d6792d3 (plain)
1
2
3
4
5
6
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)