To do this, here are the steps. (You'll need to be running with a persistence partition for the changes to be saved.)
Open a terminal (Ctrl-Alt-T)
Launch Geany to open the lxpanel configuration file - geany ~/.config/lxpanel/LXDE-pi/panels/panel
There are two sections which might cause the problem. The volume control is:
Code: Select all
Plugin {
type=volumealsa
Config {
}
}
Code: Select all
Plugin {
type=cpu
Config {
ShowPercent=1
Foreground=#a9a9a9a9a9a9
Background=#d3d3d3d3d3d3
}
}
If you do find that one or the other of these fixes the problem, it would be much appreciated if you could please post here and let us know!