tupdate to watch new maildir - spoon - [fork] customized build of spoon, the dwm status utility
HTML git clone git://src.adamsgaard.dk/spoon
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 740a2e1df564be8b156caafb08d3d69e3c9f1917
DIR parent 1a7b333f848414a976ae2fa9d21b0b906b049402
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 11 Apr 2021 00:15:28 +0200
update to watch new maildir
Diffstat:
M config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/config.h b/config.h
t@@ -9,7 +9,7 @@ struct ent ents[] = {
{ .fmt = "%s", .read = fileexists, .arg = "/tmp/adcast.pid" },
{ .fmt = " %s", .read = fileread, .arg = "/tmp/radiostats" },
{ .fmt = " %s "SEP, .read = mpdread, .arg = &(struct mpdarg){ .host = NULL, .port = 0 } },
- { .fmt = "%s", .read = countread, .arg = "/home/ad/.mail/adamsgaard/INBOX/new" },
+ { .fmt = "%s", .read = countread, .arg = "/home/ad/.mail/adamsgaard.dk/anders/new" },
{ .fmt = " %s "SEP, .read = xkblayoutread, .arg = NULL },
{ .fmt = " vol %s "SEP, .read = mixread, .arg = NULL },
/*{ .fmt = "[%s] ", .read = cpuread, .arg = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq" },*/