From: Ali H. Fardan Date: Sun, 21 Aug 2016 12:21:20 +0000 (+0300) Subject: corrected the time format X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=8e039b9dd2a7079d2b80a244d753eecf2feaa954;p=suckless%2Fslstatus.git corrected the time format --- diff --git a/config.def.h b/config.def.h index 5fb52b3..75858dd 100644 --- 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" }, };