tconfig.h: add ping timer - spoon - [fork] customized build of spoon, the dwm status utility
 (HTM) git clone git://src.adamsgaard.dk/spoon
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit d994bb8af849ec674490ddda07e5cb0705fea730
 (DIR) parent b351340dc924cffe79aefc12700c2d6f0ea3d7e6
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu,  1 Sep 2022 08:18:18 +0200
       
       config.h: add ping timer
       
       Diffstat:
         M config.h                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       t@@ -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 },