Put icons in your Fluxbox menu

Posted on June 2nd, 2008 in Fluxbox by admin

If you want include some icons in your menu use this in the ~/.fluxbox/menu file.
[exec] (gnome-terminal) {gnome-terminal} <~/.icons/xterm.xpm>
[exec] (firefox) {firefox} <~/.icons/firefox.xpm>
[exec] (Run) {fbrun } <~/.icons/run.xpm>

Note: you can only use xpm images. version 0.9.12-r1 supports png and jpg over imlib2 support
http://www.enlightenment.org/pages/imlib2.html

Post a comment