dwmstatus

dwmstatus fork with some Raspberry Pi workaround additions.
git clone git://bsandro.tech/dwmstatus
Log | Files | Refs | LICENSE

commit bc164cd0d0f6b8578a28eb357e6693abc06cff98
parent 1a22e74299cee75b85e00b509f319f83d9e08c2e
Author: bsandro <email@bsandro.tech>
Date:   Sun, 20 Jul 2025 12:56:24 +0300

removed excess log

Diffstat:
Mdwmstatus.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/dwmstatus.c b/dwmstatus.c @@ -177,7 +177,6 @@ get_mem() static const int mib[] = {CTL_VM, VM_UVMEXP2}; struct uvmexp_sysctl uvm; size_t len = sizeof(uvm); - printf("len: %zu\n", len); if (sysctl(mib, ARRAY_SIZE(mib), &uvm, &len, NULL, 0)!=0) { printf("sysctl error: %d\n", errno);