projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc5ae33
)
corrected the time format
author
Ali H. Fardan
<raiz@firemail.cc>
Sun, 21 Aug 2016 12:21:20 +0000
(15:21 +0300)
committer
Ali H. Fardan
<raiz@firemail.cc>
Sun, 21 Aug 2016 12:21:20 +0000
(15:21 +0300)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index 5fb52b318db8ae93da5d584f7119995a2caf6be3..75858ddac21dac1d4beb67247b589ca06efcee29 100644
(file)
--- 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
" },
};