Diana helped me with the hard part, getting remind to display the time remaining in days, hours, minutes.
FSET _countdown(x) _smush(_smush(_days(x/1440), _hrs((x - 1440*(x/1440))/60)), _mins(x%60)) Here is a link to a scot showing my current to do list. https://mrkr.io/vsDa7fbExO I use this to sort the reminders file: (head -n 12; sort -k 2,2 -k5,5n) </home/john/.reminders 1<> /home/john/.reminders I call remind from conky with this: ${execpi 60 remind -q -r /home/john/Reminder-files/reminders-general | sed -e '1d' } John (aka GrouchyGaijin) On 04/25/2015 04:06 AM, Sector11 wrote: > GrouchyGaijin - you should show yours as well. :D > Now his is cool! > > _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
