Topic: Howto: Change the lxpanel menu applet icon
The lxpanel menu applet icon doesn't match my chosen icon scheme at all. If you'd like to change it to something more suitable, follow the steps below:
in a terminal
gedit ~/.config/lxpanel/default/panels/panelIn the config file that opens look for an entry like this
Plugin {
type = menu
Config {
image=/usr/share/lxpanel/images/my-computer.png
Change the path of the icon to the one of your choice. In my case it was one that I saved into this same directory, being /usr/share/lxpanel/images/crunchbangmenu.png
Save the config file and close.
Restart the lxpanel
alt-f2, then run the command:
pkill lxpanel && lxpanelCaveat: You'll notice at the top of this config that it recommends not editing this file, so follow this guide at your own peril ![]()
Silence is sometimes the best answer - Dalai Lama.
