Introduction
Introduction Statistics Contact Development Disclaimer Help
tShow listener count in status - spoon - [fork] customized build of spoon, the …
git clone git://src.adamsgaard.dk/spoon
Log
Files
Refs
LICENSE
---
commit 4bbee90c2b9903651edf1ee0156f985d77a6cdbb
parent 0b5d0726bfff81af35ec51db72494cc0941a5a7d
Author: Anders Damsgaard <[email protected]>
Date: Thu, 11 Jun 2020 15:23:43 +0200
Show listener count in status
Diffstat:
M config.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -5,8 +5,9 @@ int delay = 1;
struct ent ents[] = {
/* reorder/edit/remove these as you see fit */
- { .fmt = "%s", .read = fileexists, .arg = "/tmp/screenre…
- { .fmt = "%s", .read = fileexists, .arg = "/tmp/adcast.p…
+ { .fmt = " %s", .read = fileexists, .arg = "/tmp/screenr…
+ { .fmt = " %s", .read = fileexists, .arg = "/tmp/adcast.…
+ { .fmt = " %s", .read = fileread, .arg = "/tmp/r…
{ .fmt = " %s "SEP, .read = mpdread, .arg = &(struct mpd…
{ .fmt = "%s", .read = countread, .arg = "/home/ad/.mail…
{ .fmt = " %s "SEP, .read = xkblayoutread, .arg = NULL },
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.