From 970af47e957b2cb499c815a098230cbbee76f35d Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 1 Sep 2013 12:57:16 -0400 Subject: [PATCH] I'd forgotten I always hate %a in strftime() calls, since it has a leading zero. %e isn't optimal as it has a leading space. I've always wondered why strftime() doesn't have a numerical day formatter with no leading space nor zero. --- left.conkyrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/left.conkyrc b/left.conkyrc index 32f33a4..75d0274 100644 --- a/left.conkyrc +++ b/left.conkyrc @@ -49,7 +49,7 @@ gap_x 0 gap_y 1 TEXT -${color2}${goto 5}${font DejaVu Sans:size=30}${time %H}${font DejaVu Sans:size=28}:${time %M}${color2}${goto 118}${font DejaVu Sans:size=10}${voffset -15}${time %Z}${goto 119}${voffset 12}${font DejaVu Sans:size=6}(${time %z})${color2}${goto 152}${voffset -15}${font :size=12}${time %A %d %B %Y} +${color2}${goto 5}${font DejaVu Sans:size=30}${time %H}${font DejaVu Sans:size=28}:${time %M}${color2}${goto 118}${font DejaVu Sans:size=10}${voffset -15}${time %Z}${goto 119}${voffset 12}${font DejaVu Sans:size=6}(${time %z})${color2}${goto 152}${voffset -15}${font :size=12}${time %A %e %B %Y} ${voffset 13}${font Inconsolata:size=13}${execpi 405 ~/hacks/Small-Hacks/org-mode-appt-check.plx}