commit d994bb8af849ec674490ddda07e5cb0705fea730
parent b351340dc924cffe79aefc12700c2d6f0ea3d7e6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 1 Sep 2022 08:18:18 +0200
config.h: add ping timer
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.h b/config.h
@@ -8,6 +8,7 @@ struct ent ents[] = {
{ .fmt = "%s", .read = fileexists, .arg = "/tmp/screenrecord.pid" },
{ .fmt = "%s", .read = fileexists, .arg = "/tmp/adcast.pid" },
{ .fmt = " %s", .read = fileread, .arg = "/tmp/radiostats" },
+ { .fmt = " %s", .read = fileread, .arg = "/tmp/pingtimer" },
{ .fmt = " %s "SEP, .read = mpdread, .arg = &(struct mpdarg){ .host = NULL, .port = 0 } },
{ .fmt = "%s", .read = countread, .arg = "/home/ad/.mail/adamsgaard.dk/INBOX/new" },
{ .fmt = " %s "SEP, .read = xkblayoutread, .arg = NULL },