Compare commits

..

No commits in common. "no-battery" and "develop" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ main(void)
t1 = gettemperature("/sys/devices/virtual/thermal/thermal_zone1", "temp");
freeMem = execscript("free -m | grep Mem | awk '{ print $3 }'");
status = smprintf("| %d°C | %s | %sM | %s |", t0 > t1 ? t0 : t1, avgs, freeMem, tmbln);
status = smprintf("| %d°C | %s | %sM | %s | %s |", t0 > t1 ? t0 : t1, avgs, freeMem, bat, tmbln);
setstatus(status);
// free(surfs);