Can't find an analog clock widget for Lubuntu 12.04 so far, so instead I have edited the conky config file
which yields this below, good enough for now :
interestingly enough, conky auto updates this above as soon as I CTRL+S (save) the config file, very convenient to quickly check various parameters like font type/size/color/...
/etc/conky/conky.conf
by inserting the following code at the top of the TEXT block :
Code:
${color ffce72}${font Verdana:bold:size= 9}${alignr}${time %A, %d %B}
${color ffce72}${font abnes:bold:size= 28}${alignr}${time %H:%M}
${font Sans:size= 9}
which yields this below, good enough for now :
interestingly enough, conky auto updates this above as soon as I CTRL+S (save) the config file, very convenient to quickly check various parameters like font type/size/color/...
Last edited: