Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
removed UPDATE_INTERVAL, it is neat to have it but removing it is a tradeoff worth...
[slstatus.git]
/
slstatus.c
diff --git
a/slstatus.c
b/slstatus.c
index
2e57fbb
..
ab461c8
100644
(file)
--- a/
slstatus.c
+++ b/
slstatus.c
@@
-147,7
+147,6
@@
cpu_perc(void)
fscanf(fp, "%*s %Lf %Lf %Lf %Lf", &a[0], &a[1], &a[2], &a[3]);
fclose(fp);
fscanf(fp, "%*s %Lf %Lf %Lf %Lf", &a[0], &a[1], &a[2], &a[3]);
fclose(fp);
- /* wait a second (for avg values) */
sleep(1);
fp = fopen("/proc/stat","r");
sleep(1);
fp = fopen("/proc/stat","r");
@@
-637,7
+636,6
@@
main(void)
XStoreName(dpy, DefaultRootWindow(dpy), status_string);
XSync(dpy, False);
XStoreName(dpy, DefaultRootWindow(dpy), status_string);
XSync(dpy, False);
- sleep(UPDATE_INTERVAL -1);
}
/* NOT REACHED */
}
/* NOT REACHED */