i was wondering if anyone knew how to modify geektool scripts to displaying a calendar to show the first 9 days as double digits (with a zero added). right now im using the simple version:
cal | sed -n '2,8p'
the font im using (dymofontinverse) is a fixed-width for all the letters and numbers, but the spaces are just blanks instead of a matching fill.
is it easy enough to change the geektool command, or should i try to modify the font file?
thanks
cal | sed -n '2,8p'

the font im using (dymofontinverse) is a fixed-width for all the letters and numbers, but the spaces are just blanks instead of a matching fill.
is it easy enough to change the geektool command, or should i try to modify the font file?
thanks
Last edited: