icalendar aware desktop widget Code
Status: Beta
Brought to you by:
sacamano
File | Date | Author | Commit |
---|---|---|---|
autom4te.cache | 2007-08-18 | sacamano | [r7] |
src | 2007-08-24 | sacamano | [r20] |
test | 2007-08-25 | sacamano | [r23] |
INSTALL | 2007-08-22 | sacamano | [r18] |
Makefile.am | 2007-08-14 | sacamano | [r1] Initial import |
Makefile.in | 2007-08-19 | sacamano | [r8] |
README | 2007-08-22 | sacamano | [r16] |
aclocal.m4 | 2007-08-14 | sacamano | [r1] Initial import |
config.guess | 2007-08-16 | sacamano | [r6] |
config.h.in | 2007-08-15 | sacamano | [r3] |
config.sub | 2007-08-16 | sacamano | [r6] |
configure | 2007-08-16 | sacamano | [r6] |
configure.ac | 2007-08-16 | sacamano | [r6] |
depcomp | 2007-08-14 | sacamano | [r1] Initial import |
install-sh | 2007-08-14 | sacamano | [r1] Initial import |
ltmain.sh | 2007-08-14 | sacamano | [r1] Initial import |
missing | 2007-08-14 | sacamano | [r1] Initial import |
ischedule is an iCalendar aware calendar. Given an icalendar file, ischedule parses it and displays the events in the root window of the current display. Installation: ------------- Look at INSTALL for installation instructions. Limitations: ------------ Accepts events that contain DSTART and DEND properties as dates _only_. Events that are time based are discarded. I have tested this only on fluxbox. Doubt that this would work on KDE/GNOME etc. and I have no plans of making it work on those environments either. To work seamlessly with conky, my .conkyrc contains the following: own_window yes double_buffer yes own_window_type override own_window_transparent yes Acknowledgements: ----------------- Thanks to Conky and xroottext for making their source code public. They were a valuable guide/reference for me - a complete newbie to Xlib programming. Issues: ------- Any issues/bugs can be sent to m.sacamano@gmail.com