slstatus

My fork of https://tools.suckless.org/slstatus/
git clone https://git.inz.fi/slstatus
Log | Files | Refs | README | LICENSE

commit 8e039b9dd2a7079d2b80a244d753eecf2feaa954
parent fc5ae33f95ce59b47040b23643aee9c36c012c4f
Author: Ali H. Fardan <raiz@firemail.cc>
Date:   Sun, 21 Aug 2016 15:21:20 +0300

corrected the time format

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -48,5 +48,5 @@ static const struct arg args[] = { { ram_perc, "ram %3s | ", NULL }, { vol_perc, "vol %4s | ", "default" }, { disk_perc, "ssd %3s | ", "/" }, - { datetime, "%s", "%y-%m-%d %H:%M:%S" }, + { datetime, "%s", "%F %T" }, };