Hi
I use the wm-icons package which defines a lot of programs like
this:
Style "DDD*" Icon norm/development.xpm, MiniIcon
mini/development.xpm
and on the shell I can just change the icon-set by doing:
wm-icons-config -q -p -f mini 16x16-aquafusion
The problem is that the sets can be in xpm or png.
I tried with no success:
ImagePath ${HOME}/.wm-icons;.xpm:+
because of the paragraph in the man-page about ImagePath:
"If a directory is given in the form "/some/dir;.ext", this means
all images in this directory have the extension ".ext" that
should be forced. The original image name (that may contain
another extension or no extension at all) is not probed,
instead ".ext" is added or replaces the original extension. This
is useful, for example, if a user has some image directories
with ".xpm" images and other image directories with the same
names, but ".png" images."