From 9acb9f0778af53dc91e48f9bdcf873b32e9914cc Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 2 Jun 2012 13:30:51 +0900 Subject: [PATCH] fix date format --- conkyrc.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conkyrc.2 b/conkyrc.2 index e1dfd0e..8e66ab8 100644 --- a/conkyrc.2 +++ b/conkyrc.2 @@ -37,4 +37,4 @@ format_human_readable yes TEXT ${color yellow}$$ tail -f -n 10 /var/log/everything.log ${color white}${tail /var/log/everything.log 10} -${time %b %d %T} +${time %b %_d %T}