summaryrefslogtreecommitdiff
path: root/binstatus.c
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2019-12-20 13:57:17 +1030
committerDaniel Jones <admin@danieljon.es>2019-12-20 13:57:17 +1030
commit89e917d502e6a6f1042643296507336b660c17d9 (patch)
treeea5bfde1eb1eb538c434993b8f7fa8d680a57de9 /binstatus.c
parent4ad3def0c8701852f29fe64b5551aaadabc63d60 (diff)
downloadbinstatus-89e917d502e6a6f1042643296507336b660c17d9.tar.gz
binstatus-89e917d502e6a6f1042643296507336b660c17d9.zip
added cpu temp output
support C and F, see comments in config.h. you need to set the right thermal zone directory.
Diffstat (limited to 'binstatus.c')
-rw-r--r--binstatus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binstatus.c b/binstatus.c
index 6211c07..de4a25d 100644
--- a/binstatus.c
+++ b/binstatus.c
@@ -42,7 +42,7 @@ main(void)
}
XStoreName(dsp, DefaultRootWindow(dsp), status);
XFlush(dsp);
- sleep(1);
+ sleep(SLEEPTIME);
}
XCloseDisplay(dsp);
return 0;