dwmstatus

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

commit 24d3e696c3ca2b151444dfa97bd66ef1e9842afb
parent 30b2fab46c28872b36127bfb20aa727048485be2
Author: bsandro <brian.drosan@gmail.com>
Date:   Sat,  5 Feb 2022 21:37:07 +0200

test commit to see if newly unwrapped openbsd server works properly (1)

Diffstat:
Mdwmstatus.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwmstatus.c b/dwmstatus.c @@ -139,7 +139,7 @@ int cpufreq(void) { int freq = 0; - char *cmd_out = execproc("vcgencmd measure_clock arm"); + char *cmd_out = execproc("vcgencmd measure_clock arm"); // @todo unavailable on openbsd! if (cmd_out == NULL) return freq;