Shouldn't it be possible to process the output of uptime through awk and create a conditional script that runs when the widget is clicked, but not at startup?
if [ `uptime | awk '{ print $3 $4 }'` = "1min," ] ; then echo " " ; else leafpad ~/MyDocs/desktop_notes.txt ; echo " " ; fi
cat ~/MyDocs/desktop_notes.txt