made dwmstatus look prettier

This commit is contained in:
keleki 2021-09-19 00:14:44 -03:00
parent 7aa0bb01fd
commit dbd1049b1f
3 changed files with 2 additions and 2 deletions

BIN
dwmstatus

Binary file not shown.

View File

@ -165,9 +165,9 @@ main(void)
for (;;sleep(60)) {
bat = getbattery("/sys/class/power_supply/BAT0");
tmcl = mktimes("%H:%M | %a %d %b %Y", tzchile);
tmcl = mktimes("%H:%M | %a %d %b %Y | ", tzchile);
status = smprintf("B:%s %s",
status = smprintf(" | B:%s | %s",
bat, tmcl);
setstatus(status);

Binary file not shown.