Hello everyone,
> > I made an empty 64x1 bitmap-file and made that my icon, but it looks rather
> > ugly, as fvwm draws a black line around it.
> [ ..... ]
>
> Have you tried a shaped icon (an xpm pixmap, not a bitmap). Then you
> can have an icon that has a size, but which really isn't there
> (i.e. it is all transparent). I guess fvwm won't put a black line
> around it. I haven't tried it, so I don't know how fvwm will react to
> a completely empty icon though. Note that you must have compiled fvwm
> with the xpm library.
Yup, that did the trick! No lines around it, just the text-icon. Only funny
thing is that the word xconsole has a bit more room in it's icon than any
of the other icon, but I guess I'll.. have to live with that ;)
/* XPM */
static char *xfm_ps_xpm[] = {
"64 1 1 1",
" s none c none",
" "};
Regards, keep hacking, Paul.
--
----------------------------------------------------------------------
Paul Boven, <e.p.boven_at_student.utwente.nl> PE1NUT QRV 145.575 JO32KF
"Read some Kerouac, and it put me on the tracks, to burn a little
brighter now" - Torch song, Clutching at straws, Marillion.
----------------------------------------------------------------------
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Tue Nov 12 1996 - 06:29:19 GMT