dockapps/wmframepic
Doug Torrance 219e04f6ad Update mailing list links to new Google Groups. 2018-05-14 23:34:53 +01:00
..
src Remove trailing whitespace 2017-08-27 21:56:47 +02:00
AUTHORS wmframepic: Add version 0.1 to the repository. 2017-08-20 16:12:14 +01:00
COPYING wmframepic: Add version 0.1 to the repository. 2017-08-20 16:12:14 +01:00
ChangeLog wmframepic: Bump to version 0.2. 2017-08-20 16:12:14 +01:00
Makefile.am wmframepic: Add version 0.1 to the repository. 2017-08-20 16:12:14 +01:00
NEWS wmframepic: Bump to version 0.2. 2017-08-20 16:12:14 +01:00
README wmframepic: Add version 0.1 to the repository. 2017-08-20 16:12:14 +01:00
configure.ac Update mailing list links to new Google Groups. 2018-05-14 23:34:53 +01:00

README

Quick install guide:

0) Install the dependencies:
It depends on argtable and libXpm. To install in Gentoo, do
emerge dev-libs/argtable x11-libs/libXpm

In Ubuntu, execute
sudo apt-get install libargtable2-0 libargtable2-dev libargtable2-docs libxpm-dev


1) Compile the project:
./configure --prefix=/usr
make
make install


2) Create the picture you are going to use:
a) get a picture of someone like your son or daughter.
b) crop a square containing his/her face.
c) resize-it so its 58x58 pixels.
d) save it in xpm format.

3) Run the application:
wmframepic -n augusto -f /path/to/xpm/file.xpm -d 23 -m 2 -y 2007

where
-n = name
-f = path to xpm file
-d = day of birth
-m = month of birth
-y = year of birth

when the dockapp is clicked, it will show how old your son/daughter is.

have fun!