corrected the time format
authorAli H. Fardan <raiz@firemail.cc>
Sun, 21 Aug 2016 12:21:20 +0000 (15:21 +0300)
committerAli H. Fardan <raiz@firemail.cc>
Sun, 21 Aug 2016 12:21:20 +0000 (15:21 +0300)
config.def.h

index 5fb52b318db8ae93da5d584f7119995a2caf6be3..75858ddac21dac1d4beb67247b589ca06efcee29 100644 (file)
@@ -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" },
 };