I wanted conky to display a simple monthly calendar. I found several ways of doing it....either utilizing scripts or just a simple execi in conky. No matter which way I tried it the calendar had spacing problems...as shown in the following screenshot.
I finally discovered that if I disabled xft fonts in the config the calendar would display correctly...as in the following screenshot.
I would like to enable the xft font and have the calendar correctly displayed. With a little googling I found several calendars that displayed correctly in conky configs with xft enabled and could see little or no difference when compared to my config file.
I'm currently using the following simple command in the text area of my conky config to call up the calendar:
Any ideas?${execi 300 cal}