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.
This commit is contained in:
parent
7f0caca15a
commit
970af47e95
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue