wmbday is a Window Maker dock app for Linux und FreeBSD that will remind you of birthdays. It can show up to four names of persons whose birthday is next. On a particular birthday it will notify you by highlighting the concerning person. Background colour, as well as normal and highlighted font colour can be changed. The data is loaded either from a simple text file or from a vCard file. Samples of both file types can be found in the archive.
- Requirements
You will need a Window manager that supports dock apps (like WindowMaker or fluxbox), as well a libXpm and libX11:
$ ldd `which wmbday`
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x41551000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4190f000)
libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x418e9000)
libc.so.6 => /lib/tls/libc.so.6 (0x41019000)
libdl.so.2 => /lib/tls/libdl.so.2 (0x41185000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x41000000)
